File: pd_sender.pd

package info (click to toggle)
python-txosc 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 304 kB
  • sloc: python: 1,857; makefile: 8
file content (33 lines) | stat: -rw-r--r-- 942 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#N canvas 309 105 461 481 10;
#X text 24 13 Open this file with Pure Data. See www.puredata.info
;
#X text 25 29 This example patch uses Pure Data's sendOSC external
object.;
#X text 238 127 Click on those to send OSC messages;
#X obj 69 406 sendOSC;
#X floatatom 69 433 5 0 0 0 - - -;
#X msg 29 120 disconnect;
#X msg 230 315 [;
#X msg 230 342 ];
#X floatatom 123 435 5 0 0 0 - - -;
#X text 172 438 bundleDepth;
#X text 269 312 open / close bundles here.;
#X msg 234 231 send /;
#X msg 238 181 send /ham/egg pig 6;
#X msg 236 156 send /ping 3.14159;
#X msg 17 95 connect localhost 17779;
#X obj 17 69 loadbang;
#X msg 236 207 send /a/b/c/d/e xxxxx 2;
#X msg 234 258 send /cheese/cheddar brie;
#X connect 3 0 4 0;
#X connect 3 1 8 0;
#X connect 5 0 3 0;
#X connect 6 0 3 0;
#X connect 7 0 3 0;
#X connect 11 0 3 0;
#X connect 12 0 3 0;
#X connect 13 0 3 0;
#X connect 14 0 3 0;
#X connect 15 0 14 0;
#X connect 16 0 3 0;
#X connect 17 0 3 0;