|
Control Surface API
3.0.3
|
Public Member Functions | |
| OscAddressSpace | createAddressSpace () |
| void | createUdpServer (int port, OscAddressSpace addressSpace) |
| OscConnection | connectToUdpServer (String host, int port, OscAddressSpace addressSpace) |
Interface to create Osc related object.
Definition at line 8 of file OscModule.java.
| OscConnection connectToUdpServer | ( | String | host, |
| int | port, | ||
| OscAddressSpace | addressSpace | ||
| ) |
Tries to connect to an OscServer.
| addressSpace | can be null |
| OscAddressSpace createAddressSpace | ( | ) |
Creates a new OscAddressSpace.
In short the OscAddressSpace dispatches the incoming messages to services. An OscAddressSpace is an OscService.
| void createUdpServer | ( | int | port, |
| OscAddressSpace | addressSpace | ||
| ) |
Creates a new OSC Server.
| service | Use createAddressSpace |