|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for HardwareActionBindable:Public Member Functions | |
| HardwareActionBinding | addBinding (HardwareAction action) |
| void | invoke () |
Something that can be bound to a hardware action (such as user pressing a button).
Definition at line 8 of file HardwareActionBindable.java.
| 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 | ( | ) |