|
Control Surface API
2.2.2
|

Public Member Functions | |
| void | midiReceived (int statusByte, int data1, int data2) |
Definition at line 3 of file ShortMidiDataReceivedCallback.java.
| void midiReceived | ( | int | statusByte, |
| int | data1, | ||
| int | data2 | ||
| ) |
Registers a callback for receiving short (normal) MIDI messages on this MIDI input port.
| callback | a callback function that receives three integer parameters: 1. the status byte 2. the data1 value 2. the data2 value @ |
Implemented in ShortMidiMessageReceivedCallback.