From ebb9d4e9b027f595071552f7ae082d953bc232bc Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 5 Oct 2009 22:28:09 +0000 Subject: removed ancient not very useful Pd+Arduino examples to avoid confusion svn path=/trunk/externals/hardware/arduino/; revision=12537 --- examples/PD_inputs_to_PD.pd | 127 -------------------------------------------- 1 file changed, 127 deletions(-) delete mode 100644 examples/PD_inputs_to_PD.pd (limited to 'examples/PD_inputs_to_PD.pd') diff --git a/examples/PD_inputs_to_PD.pd b/examples/PD_inputs_to_PD.pd deleted file mode 100644 index dacea7f..0000000 --- a/examples/PD_inputs_to_PD.pd +++ /dev/null @@ -1,127 +0,0 @@ -#N canvas 429 31 592 705 10; -#X obj 480 668 import zexy; -#X obj 21 78 nbx 4 16 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 14 --241291 -1 -1 0 256; -#X obj 91 78 nbx 3 16 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 14 --241291 -1 -1 0 256; -#X obj 161 78 nbx 3 16 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 14 --241291 -1 -1 0 256; -#X obj 231 78 nbx 3 16 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 14 --241291 -1 -1 0 256; -#X obj 301 78 nbx 3 16 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 14 --241291 -1 -1 0 256; -#X obj 371 78 nbx 3 16 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 14 --241291 -1 -1 0 256; -#X obj 21 132 nbx 6 16 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 14 --3754 -1 -1 403 256; -#X obj 122 132 nbx 6 16 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 14 --3754 -1 -1 387 256; -#X obj 223 132 nbx 6 16 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 14 --3754 -1 -1 410 256; -#X text 160 241 On Mac OS X \, set this to the right value:; -#X msg 100 220 open \$1; -#X obj 100 287 comport 1 9600; -#X text 15 156 You might need to select another port \, check the Pd -window to see if it connected successfully:; -#X obj 724 492; -#X msg 823 352; -#X obj 838 350; -#X msg 820 369; -#X msg 160 220 close; -#X obj 100 311 select 10; -#X text 16 5 This patch works with the example Arduino firmware of -the same name.; -#X msg 164 259 devicename /dev/tty.usbserial-191; -#X obj 265 551 +; -#X obj 235 572 float; -#X obj 244 415 trigger float bang; -#X obj 281 512 float; -#X obj 281 531 * 10; -#X obj 347 536 float; -#X msg 311 493 0; -#X text 336 493 <-- reset for the next pot reading; -#X obj 121 572 makefilename %c; -#X obj 121 596 pack symbol float; -#X msg 122 625 \; \$1 \$2; -#X obj 158 333 moses 64; -#X obj 21 112 receive A; -#X obj 122 112 receive B; -#X obj 223 112 receive C; -#X obj 91 58 receive E; -#X obj 21 58 receive D; -#X obj 161 58 receive F; -#X obj 231 58 receive G; -#X obj 301 58 receive H; -#X obj 371 58 receive I; -#X obj 244 365 makefilename %c; -#X obj 244 385 symbol2list; -#X obj 75 458 trigger float bang bang; -#X obj 87 521 float; -#X text 12 95 potentiometers:; -#X text 10 39 pushbuttons; -#X text 359 365 <-- convert integer to ASCII; -#X text 327 384 <-- converts the ASCII digit; -#X text 404 396 symbol to a float; -#X text 170 311 <-- filter out newline characters; -#X text 169 633 <-- send to a [receive] using the letter as the name -; -#X text 8 543 store letter to output with value; -#X text 221 334 <-- split the labels from the data; -#X text 281 675 released under the GNU GPL; -#X text 67 660 (C) Copyright 2006 Hans-Christoph Steiner -; -#N canvas 162 133 562 412 serin 0; -#X obj 220 101 cnv 13 14 13 empty \$0-number-canvas 1 4 7 0 14 -233017 --1 0; -#X obj 241 251 s \$0-number-canvas; -#X obj 100 100 hradio 15 1 0 8 empty empty empty 0 -6 0 8 -225271 -1 --1 1; -#X obj 100 173 outlet; -#X obj 101 39 inlet; -#X msg 241 228 label \$1; -#X obj 241 206 makefilename %d; -#X obj 101 134 float; -#X connect 2 0 7 0; -#X connect 4 0 2 0; -#X connect 5 0 1 0; -#X connect 6 0 5 0; -#X connect 7 0 3 0; -#X connect 7 0 6 0; -#X coords 0 -1 1 1 136 15 1 100 100; -#X restore 100 198 pd serin; -#X text 240 199 serial port #; -#X connect 11 0 12 0; -#X connect 12 0 19 0; -#X connect 18 0 12 0; -#X connect 19 1 33 0; -#X connect 21 0 12 0; -#X connect 22 0 23 1; -#X connect 22 0 27 0; -#X connect 23 0 31 1; -#X connect 24 0 22 0; -#X connect 24 1 25 0; -#X connect 25 0 26 0; -#X connect 26 0 22 1; -#X connect 27 0 25 1; -#X connect 28 0 25 1; -#X connect 30 0 31 0; -#X connect 31 0 32 0; -#X connect 33 0 43 0; -#X connect 33 1 45 0; -#X connect 34 0 7 0; -#X connect 35 0 8 0; -#X connect 36 0 9 0; -#X connect 37 0 2 0; -#X connect 38 0 1 0; -#X connect 39 0 3 0; -#X connect 40 0 4 0; -#X connect 41 0 5 0; -#X connect 42 0 6 0; -#X connect 43 0 44 0; -#X connect 44 0 24 0; -#X connect 45 0 46 1; -#X connect 45 1 46 0; -#X connect 45 2 28 0; -#X connect 45 2 23 0; -#X connect 46 0 30 0; -#X connect 58 0 11 0; -- cgit v1.2.1