aboutsummaryrefslogtreecommitdiff
path: root/osc/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'osc/README.txt')
-rw-r--r--osc/README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/osc/README.txt b/osc/README.txt
new file mode 100644
index 0000000..a03f6a5
--- /dev/null
+++ b/osc/README.txt
@@ -0,0 +1,9 @@
+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