Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
String | getId () |
String | getName () |
ActionCategory | getCategory () |
String | getMenuItemText () |
void | invoke () |
![]() | |
HardwareActionBinding | addBinding (HardwareAction action) |
Instances of this interface represent actions in Bitwig Studio, such as commands that can be launched from the main menu or via keyboard shortcuts.
To receive the list of all actions provided by Bitwig Studio call Application#getActions(). The list of actions that belong to a certain category can be queried by calling ActionCategory#getActions(). Access to specific actions is provided in Application#getAction(String).
ActionCategory getCategory | ( | ) |
Returns the category of this action.
String getId | ( | ) |
Returns a string the identifies this action uniquely.
String getMenuItemText | ( | ) |
Returns the text that is displayed in menu items associated with this action.
String getName | ( | ) |
Returns the name of this action.
void invoke | ( | ) |