aboutsummaryrefslogtreecommitdiff
path: root/arduino.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-06 03:29:06 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-06 03:29:06 +0000
commit6297a32e9961804964f687be58cf2122ef4c57b6 (patch)
tree24c53088d69cdb3dc9c51526e371fb0d8401a849 /arduino.pd
parent3e4042f3975e5d0b4d0d2b8b34431e2e7d4b5895 (diff)
- fixed up help file so that everything loads with Pd-extended
- fixed up [arduino] so that everything loads with Pd-extended - started to clean up the firmware and wrote lots of TODOs svn path=/trunk/externals/hardware/arduino/; revision=6662
Diffstat (limited to 'arduino.pd')
-rw-r--r--arduino.pd56
1 files changed, 28 insertions, 28 deletions
diff --git a/arduino.pd b/arduino.pd
index 81dd27f..f00a5bc 100644
--- a/arduino.pd
+++ b/arduino.pd
@@ -1,10 +1,11 @@
-#N canvas 497 22 692 320 10;
-#X text 415 277 released under the GNU GPL;
-#X text 10 277 (C) Copyright 2006 Hans-Christoph Steiner <hans@at.or.at>
+#N canvas 497 22 624 356 10;
+#X obj 323 8 import hardware flatspace iemlib mapping;
+#X text 415 317 released under the GNU GPL;
+#X text 10 317 (C) Copyright 2006 Hans-Christoph Steiner <hans@at.or.at>
;
-#X obj 11 21 inlet;
-#X obj 10 241 outlet;
-#X obj 494 241 outlet;
+#X obj 11 61 inlet;
+#X obj 10 281 outlet;
+#X obj 494 281 outlet;
#N canvas 382 102 637 357 command 0;
#X obj 24 7 inlet;
#X obj 281 289 outlet;
@@ -180,11 +181,11 @@ to input;
#X connect 12 5 9 0;
#X connect 12 6 11 0;
#X connect 13 0 6 0;
-#X restore 11 52 pd command processing;
-#X text 257 242 DEBUG/RAW data (this will change);
-#X obj 379 19 inlet;
-#X text 354 0 raw input;
-#X text 10 -1 processed input;
+#X restore 11 92 pd command processing;
+#X text 257 282 DEBUG/RAW data (this will change);
+#X obj 379 59 inlet;
+#X text 354 40 raw input;
+#X text 10 39 processed input;
#N canvas 505 101 491 417 make 0;
#X obj 37 8 inlet;
#X obj 37 37 moses 128;
@@ -363,21 +364,20 @@ to input;
#X connect 11 0 6 0;
#X connect 12 0 6 0;
#X connect 12 1 7 0;
-#X restore 10 165 pd make lists;
-#X obj 288 103 spigot;
-#X obj 319 81 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
+#X restore 10 205 pd make lists;
+#X obj 288 143 spigot;
+#X obj 319 121 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
-#X obj 125 120 print comport;
-#X obj 11 96 comport \$1 115200;
-#X obj 288 126 print command;
-#X obj 438 19 import flatspace iemlib mapping;
-#X connect 2 0 5 0;
-#X connect 5 0 11 0;
-#X connect 5 0 14 0;
-#X connect 7 0 14 0;
-#X connect 10 0 3 0;
-#X connect 11 0 15 0;
-#X connect 12 0 11 1;
-#X connect 14 0 4 0;
-#X connect 14 0 10 0;
-#X connect 14 1 13 0;
+#X obj 125 160 print comport;
+#X obj 11 136 comport \$1 115200;
+#X obj 288 166 print command;
+#X connect 3 0 6 0;
+#X connect 6 0 12 0;
+#X connect 6 0 15 0;
+#X connect 8 0 15 0;
+#X connect 11 0 4 0;
+#X connect 12 0 16 0;
+#X connect 13 0 12 1;
+#X connect 15 0 5 0;
+#X connect 15 0 11 0;
+#X connect 15 1 14 0;