aboutsummaryrefslogtreecommitdiff
path: root/help/tab16read-help.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-06-01 09:08:00 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-06-01 09:08:00 +0000
commit7119bfd22c7a53c254b3532649f0342efc6625e3 (patch)
tree6e02e537fa9d791e6b45c5371ec49ef3b7162eaa /help/tab16read-help.pd
parent36750adcbae929709a3dfcecb659aa66558d0a82 (diff)
fixed creation order (LATER to this via [declare] or find a way to do it inside the external)
svn path=/trunk/externals/iem16/; revision=7738
Diffstat (limited to 'help/tab16read-help.pd')
-rw-r--r--help/tab16read-help.pd8
1 files changed, 4 insertions, 4 deletions
diff --git a/help/tab16read-help.pd b/help/tab16read-help.pd
index fd34feb..1f3de92 100644
--- a/help/tab16read-help.pd
+++ b/help/tab16read-help.pd
@@ -7,7 +7,6 @@
#X text 185 175 gives array name;
#X msg 35 125 set array99;
#X text 147 125 change array name;
-#X obj 25 165 tab16read array99;
#X obj 422 131 table16 array99;
#X obj 17 13 tab16read;
#X text 412 257 updated for iem16 version1.0;
@@ -22,6 +21,7 @@
#X text 21 42 since [table16] can only hold 16bit values \, the output
of [tab16read] is limited to integer-values between -32768..+32767
;
-#X connect 1 0 8 0;
-#X connect 6 0 8 0;
-#X connect 8 0 2 0;
+#X obj 25 165 tab16read array99;
+#X connect 1 0 20 0;
+#X connect 6 0 20 0;
+#X connect 20 0 2 0;