Bitwig Studio Control Surface API  4.0.1
OscModule.java
1 package com.bitwig.extension.api.opensoundcontrol;
2 
8 public interface OscModule
9 {
19 
26  void createUdpServer(int port, OscAddressSpace addressSpace);
27 
39 
48  OscConnection connectToUdpServer(String host, int port, OscAddressSpace addressSpace);
49 }
void createUdpServer(int port, OscAddressSpace addressSpace)
OscConnection connectToUdpServer(String host, int port, OscAddressSpace addressSpace)