Control Surface API  2.2.2
RemoteControlsPage.java
1 package com.bitwig.extension.controller.api;
2 
8 public interface RemoteControlsPage extends ParameterBank
9 {
10  @Override
11  RemoteControl getParameter(int indexInBank);
12 
13  /*
14  @since API version 4
15  */
16  StringValue getName();
17 }