Supported MIDI events - kshoji/USB-MIDI-Driver GitHub Wiki
Some kind of messages don't be transferred frequently. So, the rare messages are not tested well. Please add an issue If had trouble with using this library.
Method name ends with.. | Meaning | Well tested? |
---|---|---|
MidiMiscellaneousFunctionCodes | Miscellaneous function codes. Reserved for future extensions. | NO |
MidiCableEvents | Cable events. Reserved for future expansion. | NO |
MidiSystemCommonMessage | System Common messages, or SysEx ends with following single byte. | NO |
MidiSystemExclusive | SysEx | YES |
MidiNoteOff | Note-off | YES |
MidiNoteOn | Note-on | YES |
MidiPolyphonicAftertouch | Poly-KeyPress | NO |
MidiControlChange | Control Change | YES |
MidiProgramChange | Program Change | YES |
MidiChannelAftertouch | Channel Pressure | NO |
MidiPitchWheel | PitchBend Change | YES |
MidiSingleByte | Single Byte | NO |