Control Surface API  2.2.2
SendBank.java
1 package com.bitwig.extension.controller.api;
2 
3 public interface SendBank extends Bank<Send>
4 {
5 
6 }