Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
void | midiReceived (int statusByte, int data1, int data2) |
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.