aboutsummaryrefslogtreecommitdiff
path: root/arduino.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-04-17 23:27:04 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-04-17 23:27:04 +0000
commit57b4ee7be418d490437326703be816b349d6fecd (patch)
treeac80608840eb449eb607a00d8c141faacb7f3cf1 /arduino.pd
parent9fa921bcbdc3bd12365771f428166ca65a9a6bf7 (diff)
- implemented v2.0 protocol changes, including the order change for the
protocol version report svn path=/trunk/externals/hardware/arduino/; revision=9715
Diffstat (limited to 'arduino.pd')
-rw-r--r--arduino.pd18
1 files changed, 9 insertions, 9 deletions
diff --git a/arduino.pd b/arduino.pd
index 0b85bbd..b1a60f4 100644
--- a/arduino.pd
+++ b/arduino.pd
@@ -450,7 +450,6 @@ with;
#X connect 6 1 4 0;
#X restore 342 174 pd analog messages;
#X obj 97 13 inlet;
-#X msg 40 174 version \$2 \$1;
#N canvas 921 447 492 456 sysex 0;
#X obj 77 20 inlet;
#X obj 77 407 outlet;
@@ -636,17 +635,18 @@ byte left over;
#X restore 205 126 pd route digital/analog;
#X obj 97 95 route 249 240;
#X text 124 80 0xF9 0xF0;
+#X msg 40 174 version \$1 \$2;
#X connect 2 0 0 0;
#X connect 3 0 0 0;
-#X connect 4 0 8 0;
+#X connect 4 0 7 0;
#X connect 5 0 0 0;
-#X connect 6 0 0 0;
-#X connect 7 0 2 0;
-#X connect 7 1 3 0;
-#X connect 7 2 1 0;
-#X connect 8 0 5 0;
-#X connect 8 1 6 0;
-#X connect 8 2 7 0;
+#X connect 6 0 2 0;
+#X connect 6 1 3 0;
+#X connect 6 2 1 0;
+#X connect 7 0 9 0;
+#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;