|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for NoteLatch:Public Member Functions | |
| SettableBooleanValue | isEnabled () |
| SettableEnumValue | mode () |
| SettableBooleanValue | mono () |
| SettableIntegerValue | velocityThreshold () |
| IntegerValue | activeNotes () |
| void | releaseNotes () |
Public Member Functions inherited from ObjectProxy | |
| BooleanValue | exists () |
| BooleanValue | createEqualsValue (ObjectProxy other) |
Public Member Functions inherited from Subscribable | |
| boolean | isSubscribed () |
| void | setIsSubscribed (boolean value) |
| void | subscribe () |
| void | unsubscribe () |
Creates a proxy object to the NoteInput's NoteLatch component.
Definition at line 11 of file NoteLatch.java.
| 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.