Package org.robovm.apple.audiotoolbox
Interface AUOutputMIDICallback
public interface AUOutputMIDICallback
-
Method Summary
Modifier and Type Method Description voidonMIDIEvent(int status, int data1, int data2, int offsetSampleFrame)voidonMIDISysEx(byte[] data)
-
Method Details
-
onMIDIEvent
void onMIDIEvent(int status, int data1, int data2, int offsetSampleFrame) -
onMIDISysEx
void onMIDISysEx(byte[] data)
-