Interface NoteLatch
- All Superinterfaces:
ObjectProxy,Subscribable
Creates a proxy object to the NoteInput's NoteLatch component.
- Since:
- API version 10
-
Method Summary
Modifier and TypeMethodDescriptionHow many notes are being latched.Returns an object to enable or disable the note latch component.mode()Returns an object to configure the note latch mode.mono()Only one note at a time.voidRelease all notes being latched.The velocity threshold used by the velocity latch mode.Methods inherited from interface com.bitwig.extension.controller.api.ObjectProxy
createEqualsValue, existsMethods inherited from interface com.bitwig.extension.controller.api.Subscribable
isSubscribed, setIsSubscribed, subscribe, unsubscribe
-
Method Details
-
isEnabled
SettableBooleanValue isEnabled()Returns an object to enable or disable the note latch component.- Since:
- API version 10
-
mode
SettableEnumValue mode()Returns an object to configure the note latch mode. Possible values: - chord - toggle - velocity- Since:
- API version 10
-
mono
SettableBooleanValue 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
-