Interface AUOutputMIDICallback


public interface AUOutputMIDICallback
  • Method Summary

    Modifier and Type Method Description
    void onMIDIEvent​(int status, int data1, int data2, int offsetSampleFrame)  
    void onMIDISysEx​(byte[] data)  
  • Method Details

    • onMIDIEvent

      void onMIDIEvent​(int status, int data1, int data2, int offsetSampleFrame)
    • onMIDISysEx

      void onMIDISysEx​(byte[] data)