Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
int | getParameterCount () |
Parameter | getParameter (int indexInBank) |
void | setHardwareLayout (HardwareControlType type, int columns) |
Defines a bank of parameters.
Parameter getParameter | ( | int | indexInBank | ) |
Returns the parameter at the given index within the bank.
indexInBank | the parameter index within this bank. Must be in the range [0..getParameterCount()-1]. |
Implemented in RemoteControlsPage.
int getParameterCount | ( | ) |
Gets the number of slots that these remote controls have.
void setHardwareLayout | ( | HardwareControlType | type, |
int | columns | ||
) |
Informs the application how to display the controls during the on screen notification.
type | which kind of hardware control is used for this bank (knobs/encoders/sliders) |
columns | How wide this section is in terms of layout (4/8/9) |