|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for RemoteControlsPage:Public Member Functions | |
| RemoteControl | getParameter (int indexInBank) |
| StringValue | getName () |
Public Member Functions inherited from ParameterBank | |
| int | getParameterCount () |
| void | setHardwareLayout (HardwareControlType type, int columns) |
Represents a page of remote controls in a device.
Definition at line 8 of file RemoteControlsPage.java.
| 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.