aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/networking/05.OSC.pd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorials/networking/05.OSC.pd')
-rw-r--r--doc/tutorials/networking/05.OSC.pd43
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/tutorials/networking/05.OSC.pd b/doc/tutorials/networking/05.OSC.pd
new file mode 100644
index 00000000..77ab8e07
--- /dev/null
+++ b/doc/tutorials/networking/05.OSC.pd
@@ -0,0 +1,43 @@
+#N canvas 115 56 644 464 10;
+#X obj 8 10 cnv 15 400 40 empty empty OSC 20 12 0 24 -228992 -66577
+0;
+#X obj 80 298 sendOSC;
+#X floatatom 79 323 5 0 0 0 - - -;
+#X msg 113 271 disconnect;
+#X floatatom 123 322 5 0 0 0 - - -;
+#X msg 21 164 send /kuva \$1;
+#X floatatom 22 149 5 0 0 0 - - -;
+#X floatatom 122 148 5 0 0 0 - - -;
+#X floatatom 342 295 5 0 0 0 - - -;
+#X obj 338 312 print kuva;
+#X msg 122 164 send /space \$1;
+#X obj 340 231 dumpOSC 30200;
+#X msg 109 249 connect localhost 30200;
+#X floatatom 231 147 5 0 0 0 - - -;
+#X msg 231 163 send /asdf \$1;
+#X obj 339 259 OSCroute /kuva /space;
+#X obj 414 312 print space;
+#X obj 498 312 print other;
+#X floatatom 421 295 5 0 0 0 - - -;
+#X text 10 65 OSC is a protocol for sharing data across networks and
+applications. OSC stands for Open Sound Control. It was originally
+designed to replace MIDI \, but it has caught on instead for inter-application
+communication.;
+#X text 21 361 On the most basic level \, it works very similarly to
+[netsend] and [netreceive].;
+#X connect 1 0 2 0;
+#X connect 1 1 4 0;
+#X connect 3 0 1 0;
+#X connect 5 0 1 0;
+#X connect 6 0 5 0;
+#X connect 7 0 10 0;
+#X connect 10 0 1 0;
+#X connect 11 0 15 0;
+#X connect 12 0 1 0;
+#X connect 13 0 14 0;
+#X connect 14 0 1 0;
+#X connect 15 0 8 0;
+#X connect 15 0 9 0;
+#X connect 15 1 16 0;
+#X connect 15 1 18 0;
+#X connect 15 2 17 0;