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

Public Member Functions

void midiReceived (int statusByte, int data1, int data2)
 

Detailed Description

Definition at line 3 of file ShortMidiDataReceivedCallback.java.

Member Function Documentation

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

Implemented in ShortMidiMessageReceivedCallback.


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