Project Type:
Programming Language LibraryProject URL:
http://www.csounds.com/OSC Documentation URL:
http://www.csounds.com/manual/html/OSCNetwork.htmlOSC enables interaction between different audio processes, and in particular between Csound and other synthesis engines. The following opcodes are available:
- OSCinit - Start an OSC listener thread.
- OSClisten - Receive OSC messages.
- OSCsend - Send an OSC message.
Transport Type:
UDP
Features:
Packet Parsing (Client)
Packet Construction (Server)
High Speed (> 100 hz packet rate)
Type Support:
i: int32
s: string
f: float32
h: int64
d: double precision float
c: char