aboutsummaryrefslogtreecommitdiff
path: root/arduino.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-09-08 21:25:04 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-09-08 21:25:04 +0000
commit33b8d4a1521062bfaeca896aff95c48413981ae0 (patch)
tree3fb8c45f41e8e0cc5720436267d250af8bcac27b /arduino.pd
parent8320212e033999df7f0bacb1068932686ea7f27c (diff)
- removed old, debug right/cold inlet from [arduino]
- converted the right outlet on [arduino] to output status info, as it should be. Right now, it is just info directly from [comport]. svn path=/trunk/externals/hardware/arduino/; revision=10280
Diffstat (limited to 'arduino.pd')
-rw-r--r--arduino.pd52
1 files changed, 24 insertions, 28 deletions
diff --git a/arduino.pd b/arduino.pd
index 8d1e763..b4047ab 100644
--- a/arduino.pd
+++ b/arduino.pd
@@ -1,7 +1,7 @@
-#N canvas 91 22 644 371 10;
-#X obj 61 19 inlet;
-#X obj 61 297 outlet;
-#X obj 544 297 outlet;
+#N canvas 91 22 585 366 10;
+#X obj 32 26 inlet;
+#X obj 32 304 outlet;
+#X obj 515 304 outlet;
#N canvas 441 370 712 343 command 0;
#X obj 24 7 inlet;
#X obj 281 289 outlet;
@@ -244,18 +244,16 @@
#X connect 15 0 14 0;
#X connect 15 1 14 1;
#X connect 15 2 1 0;
-#X restore 61 52 pd command processing;
-#X obj 319 19 inlet;
-#X text 306 1 raw input;
-#X text 57 1 processed input;
-#X obj 410 88 loadbang;
+#X restore 32 59 pd command processing;
+#X text 28 8 processed input;
+#X obj 381 95 loadbang;
#N canvas 0 22 462 312 report 0;
#X obj 95 26 inlet;
#X obj 97 186 print [arduino];
#X msg 93 87 version_0.4;
#X connect 0 0 2 0;
#X connect 2 0 1 0;
-#X restore 410 112 pd report object version;
+#X restore 381 119 pd report object version;
#N canvas 0 22 395 210 report 0;
#X obj 62 21 inlet;
#X obj 62 50 route open;
@@ -269,8 +267,7 @@
#X connect 2 0 6 0;
#X connect 4 0 3 0;
#X connect 6 0 4 0;
-#X restore 231 113 pd report firmware version;
-#X text 335 299 DEBUG/RAW data (this will change);
+#X restore 202 120 pd report firmware version;
#N canvas 590 536 467 421 make 0;
#X obj 28 6 inlet;
#X obj 184 377 outlet;
@@ -349,7 +346,7 @@
#X connect 12 0 13 0;
#X connect 12 1 3 0;
#X connect 13 0 5 1;
-#X restore 61 194 pd make lists;
+#X restore 32 201 pd make lists;
#N canvas 0 22 525 269 check 0;
#X obj 47 62 inlet;
#X obj 47 88 route version;
@@ -365,8 +362,8 @@ with;
#X connect 1 0 4 0;
#X connect 2 0 5 0;
#X connect 5 1 3 0;
-#X restore 81 250 pd check version;
-#X obj 61 136 flatspace/comport \$1 115200;
+#X restore 52 257 pd check version;
+#X obj 32 143 flatspace/comport \$1 115200;
#N canvas 666 625 541 319 convert 0;
#X obj 142 278 outlet;
#X obj 340 150 print UNKNOWN_INPUT_COMMAND;
@@ -641,17 +638,16 @@ byte left over;
#X connect 7 1 5 0;
#X connect 7 2 6 0;
#X connect 9 0 0 0;
-#X restore 61 222 pd convert to symbolic commands;
-#X text 14 337 (C) Copyright 2006-2008 Free Software Foundation;
-#X text 321 336 released under the GNU GPL v2 or later;
+#X restore 32 229 pd convert to symbolic commands;
+#X text 27 331 (C) Copyright 2006-2008 Free Software Foundation;
+#X text 334 330 released under the GNU GPL v2 or later;
#X connect 0 0 3 0;
-#X connect 3 0 13 0;
-#X connect 4 0 13 0;
-#X connect 7 0 8 0;
-#X connect 9 0 3 0;
-#X connect 11 0 14 0;
-#X connect 13 0 2 0;
-#X connect 13 0 11 0;
-#X connect 13 1 9 0;
-#X connect 14 0 1 0;
-#X connect 14 0 12 0;
+#X connect 3 0 10 0;
+#X connect 5 0 6 0;
+#X connect 7 0 3 0;
+#X connect 8 0 11 0;
+#X connect 10 0 8 0;
+#X connect 10 1 7 0;
+#X connect 10 1 2 0;
+#X connect 11 0 1 0;
+#X connect 11 0 9 0;