Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
HardwareActionBinding | addBinding (HardwareAction action) |
void | invoke () |
Something that can be bound to a hardware action (such as user pressing a button).
HardwareActionBinding addBinding | ( | HardwareAction | action | ) |
Binds this target to the supplied HardwareAction so that when the hardware action occurs this target is invoked.
When the binding is no longer needed the HardwareBinding#removeBinding() method can be called on it.
void invoke | ( | ) |