Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
SettableBooleanValue | isEnabled () |
SettableEnumValue | mode () |
SettableBooleanValue | mono () |
SettableIntegerValue | velocityThreshold () |
IntegerValue | activeNotes () |
void | releaseNotes () |
![]() | |
BooleanValue | exists () |
BooleanValue | createEqualsValue (ObjectProxy other) |
![]() | |
boolean | isSubscribed () |
void | setIsSubscribed (boolean value) |
void | subscribe () |
void | unsubscribe () |
IntegerValue activeNotes | ( | ) |
How many notes are being latched.
SettableBooleanValue isEnabled | ( | ) |
Returns an object to enable or disable the note latch component.
SettableEnumValue mode | ( | ) |
Returns an object to configure the note latch mode. Possible values:
SettableBooleanValue mono | ( | ) |
Only one note at a time.
void releaseNotes | ( | ) |
Release all notes being latched.
SettableIntegerValue velocityThreshold | ( | ) |
The velocity threshold used by the velocity latch mode.