Bitwig Studio Control Surface API  5.0.11
NoteLatch Interface Reference
+ 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 ()
 

Detailed Description

Creates a proxy object to the NoteInput's NoteLatch component.

Since
API version 10

Member Function Documentation

◆ activeNotes()

IntegerValue activeNotes ( )

How many notes are being latched.

Since
API version 10

◆ isEnabled()

SettableBooleanValue 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

◆ releaseNotes()

void releaseNotes ( )

Release all notes being latched.

Since
API version 10

◆ velocityThreshold()

SettableIntegerValue velocityThreshold ( )

The velocity threshold used by the velocity latch mode.

Since
API version 10

The documentation for this interface was generated from the following file: