public interface RawMidiListener extends MidiListener
MidiListener,
SimpleMidiListener,
StandardMidiListener,
ObjectMidiListener,
MidiBus| Modifier and Type | Method and Description |
|---|---|
void |
rawMidiMessage(byte[] data)
Objects notifying this RawMidiListener of a new MIDI message call this method and pass the raw message to it.
|