Bitwig Studio Control Surface API  5.0.11
ActionCategory Interface Reference

Public Member Functions

String getId ()
 
String getName ()
 
Action[] getActions ()
 

Detailed Description

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).

See also
Application::getActionCategories()
Application::getActionCategory(String)
Since
API version 1

Member Function Documentation

◆ getActions()

Action [] getActions ( )

Lists all actions in this category.

Returns
the array of actions in this category
Since
API version 1

◆ getId()

String getId ( )

Returns a string the identifies this action category uniquely.

Returns
the identifier string
Since
API version 1

◆ getName()

String getName ( )

Returns the name of this action category.

Returns
the name string
Since
API version 1

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