Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
RemoteControl | getParameter (int indexInBank) |
StringValue | getName () |
![]() | |
int | getParameterCount () |
void | setHardwareLayout (HardwareControlType type, int columns) |
Represents a page of remote controls in a device.
RemoteControl 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]. |
Implements ParameterBank.