You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ugrnm c970c4c0a4 | 8 years ago | |
---|---|---|
.. | ||
LICENSE.txt | 8 years ago | |
README.txt | 8 years ago | |
osc-meta.pd | 8 years ago | |
packOSC-help.pd | 8 years ago | |
packOSC.pd_linux | 8 years ago | |
packOSCstream-help.pd | 8 years ago | |
packOSCstream.pd | 8 years ago | |
pipelist-help.pd | 8 years ago | |
pipelist.pd_linux | 8 years ago | |
routeOSC-help.pd | 8 years ago | |
routeOSC.pd_linux | 8 years ago | |
unpackOSC.pd_linux | 8 years ago | |
unpackOSCstream-help.pd | 8 years ago | |
unpackOSCstream.pd | 8 years ago |
README.txt
OpenSoundControl (OSC) for Pd ============================= a collection of Pd objectclasses for OSC-messages. these objects only convert between Pd-messages and OSC-messages (binary format), so you will need a separate set of objects that implement the transport (OSI-Layer 4), for instance [udpsend]/[udpreceive] for sending OSC over UDP. Author: Martin Peach objectclasses - [packOSC] convert a Pd-message to an OSC (binary) message (useful if you want to transmit OSC over UDP or other protocols that have the concept of variable length packets) - [unpackOSC] convert an OSC (binary) message to a Pd-message (useful if you want to transmit OSC over UDP or other protocols that have the concept of variable length packets) - [routeOSC] route OSC-like Pd-messages according to the first element in the path - [pipelist] delay lists (useful if you want to respect timestamps) - [packOSCstream] convert a Pd-message to an OSC (binary) message suitable for streaming transport (useful if you want to transmit OSC over TCP/IP or a serial line) - [unpackOSCstream] convert an OSC (binary) message suitable for streaming transport to a Pd-message (useful if you want to transmit OSC over TCP/IP or a serial line)