Bitwig Studio Control Surface API
4.0.1
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
}
com.bitwig.extension.controller.api.DeviceLayer
Definition:
DeviceLayer.java:8
com.bitwig.extension.controller.api.DeviceLayerBank.getChannel
DeviceLayer getChannel(int indexInBank)
com.bitwig.extension.controller.api.ChannelBank
Definition:
ChannelBank.java:14
com.bitwig.extension.controller.api.DeviceLayerBank
Definition:
DeviceLayerBank.java:16
src
main
java
com
bitwig
extension
controller
api
DeviceLayerBank.java
Copyright © 2014 Bitwig GmbH. All rights reserved.