|
Control Surface API
2.2.2
|

Public Member Functions | |
| RemoteControl | getParameter (int indexInBank) |
| StringValue | getName () |
Public Member Functions inherited from ParameterBank | |
| int | getParameterCount () |
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.