Skip to content

Commit

Permalink
One more thing, only process the one channel.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RK11111111111 committed Jan 31, 2024
1 parent fdc603c commit bb680aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mididevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ void CMIDIDevice::MIDIMessageHandler (const u8 *pMessage, size_t nLength, unsign
Iterator->second->Send (default_v25, default_v25_len*sizeof(u8));
// LOGDBG("Send SYSEX voice dump %u to \"%s\"",nVoice,Iterator->first.c_str());
}
break;


}
case MIDI_NOTE_OFF:
Expand Down

0 comments on commit bb680aa

Please sign in to comment.