Interface NotePlaybackCallback

All Superinterfaces:
Callback

public interface NotePlaybackCallback extends Callback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notePlaybackEventOccurred(boolean isNoteOn, int key, float velocity)
     
  • Method Details

    • notePlaybackEventOccurred

      void notePlaybackEventOccurred(boolean isNoteOn, int key, float velocity)