Control Surface API  2.2.2
ShortMidiMessageReceivedCallback Interface Reference
Inheritance diagram for ShortMidiMessageReceivedCallback:

Public Member Functions

void midiReceived (final ShortMidiMessage msg)
 
default void midiReceived (int statusByte, int data1, int data2)
 

Detailed Description

Definition at line 5 of file ShortMidiMessageReceivedCallback.java.

Member Function Documentation

void midiReceived ( final ShortMidiMessage  msg)

Registers a callback for receiving short (normal) MIDI messages on this MIDI input port.

Parameters
callbacka callback function that receives a ShortMidiMessage instance. @
Since
API version 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
callbacka 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.

Definition at line 17 of file ShortMidiMessageReceivedCallback.java.


The documentation for this interface was generated from the following file: