◆ midiReceived() [1/2]
Registers a callback for receiving short (normal) MIDI messages on this MIDI input port.
- Parameters
-
callback | a callback function that receives a ShortMidiMessage instance. |
- Since
- API version 2
◆ midiReceived() [2/2]
default void midiReceived |
( |
int |
statusByte, |
|
|
int |
data1, |
|
|
int |
data2 |
|
) |
| |
Registers a callback for receiving short (normal) MIDI messages on this MIDI input port.
- Parameters
-
callback | a callback function that receives three integer parameters: 1. the status byte 2. the data1 value 2. the data2 value |
- Since
- API version 1
Implements ShortMidiDataReceivedCallback.
The documentation for this interface was generated from the following file:
- ShortMidiMessageReceivedCallback.java