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