Bitwig Studio Control Surface API  4.0.1
OscServer.java
1 package com.bitwig.extension.api.opensoundcontrol;
2 
3 import java.io.IOException;
4 
8 public interface OscServer
9 {
14  void start(int port) throws IOException;
15 }