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