Interface NoteLatch

All Superinterfaces:
ObjectProxy, Subscribable

public interface NoteLatch extends ObjectProxy
Creates a proxy object to the NoteInput's NoteLatch component.
Since:
API version 10
  • Method Details

    • isEnabled

      Returns an object to enable or disable the note latch component.
      Since:
      API version 10
    • mode

      Returns an object to configure the note latch mode. Possible values: - chord - toggle - velocity
      Since:
      API version 10
    • mono

      Only one note at a time.
      Since:
      API version 10
    • velocityThreshold

      SettableIntegerValue velocityThreshold()
      The velocity threshold used by the velocity latch mode.
      Since:
      API version 10
    • activeNotes

      IntegerValue activeNotes()
      How many notes are being latched.
      Since:
      API version 10
    • releaseNotes

      void releaseNotes()
      Release all notes being latched.
      Since:
      API version 10