Control Surface API  2.2.2
ParameterBank Interface Reference
Inheritance diagram for ParameterBank:

Public Member Functions

int getParameterCount ()
 
Parameter getParameter (int indexInBank)
 

Detailed Description

Defines a bank of parameters.

Since
API version 2

Definition at line 8 of file ParameterBank.java.

Member Function Documentation

Parameter getParameter ( int  indexInBank)

Returns the parameter at the given index within the bank.

Parameters
indexInBankthe parameter index within this bank. Must be in the range [0..getParameterCount()-1].
Returns
the requested parameter
Since
API version 2

Implemented in RemoteControlsPage.

int getParameterCount ( )

Gets the number of slots that these remote controls have.

Since
API version 2

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