All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bugvm.apple.audiounit.AUOutputMIDICallback Maven / Gradle / Ivy

The newest version!
package com.bugvm.apple.audiounit;

public interface AUOutputMIDICallback {
    void onMIDIEvent(int status, int data1, int data2, int offsetSampleFrame);

    void onMIDISysEx(byte[] data);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy