Control Surface API  2.2.2
DeviceLayerBank.java
1 package com.bitwig.extension.controller.api;
2 
16 public interface DeviceLayerBank extends ChannelBank<DeviceLayer>
17 {
27  @Override
28  DeviceLayer getChannel(int indexInBank);
29 }