mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
MIDI: Switch BytestreamMidiView for BytesOnGroup in a few places
This commit is contained in:
parent
2dd69dd0ad
commit
fa1f8ed54e
10 changed files with 50 additions and 49 deletions
|
|
@ -123,7 +123,7 @@ public:
|
|||
|
||||
void handleIncomingMidiMessage (void*, const MidiMessage& msg) const
|
||||
{
|
||||
Conversion::toMidi1 (BytestreamMidiView (&msg), [&] (const View& view)
|
||||
Conversion::toMidi1 ({ 0, msg.asSpan() }, [&] (const View& view)
|
||||
{
|
||||
dispatch.converter.convert (view, *callbackPtr);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue