Bitwig Studio Control Surface API  5.0.11
HardwareActionBindable Interface Reference
+ Inheritance diagram for HardwareActionBindable:

Public Member Functions

HardwareActionBinding addBinding (HardwareAction action)
 
void invoke ()
 

Detailed Description

Something that can be bound to a hardware action (such as user pressing a button).

Since
API version 10

Member Function Documentation

◆ addBinding()

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.

◆ invoke()

void invoke ( )

Invokes the action.

Since
API version 1

Implemented in Action.


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