|
Control Surface API
2.2.2
|
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).
Definition at line 12 of file ActionCategory.java.
| 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.