Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
String | getId () |
String | getName () |
Action[] | getActions () |
Instances of this interface are used to categorize actions in Bitwig Studio. The list of action categories provided by Bitwig Studio can be queried by calling Application#getActionCategories(). To receive a specific action category call Application#getActionCategory(String).
Action [] getActions | ( | ) |
Lists all actions in this category.
String getId | ( | ) |
Returns a string the identifies this action category uniquely.
String getName | ( | ) |
Returns the name of this action category.