aboutsummaryrefslogtreecommitdiff
path: root/join.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-28 07:44:04 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-28 07:44:04 +0000
commit1cc08490832ec599064f388dc5b239d43f6ece2d (patch)
tree9c463d518c9a1f21915b93b4a1a2ec168135aaaf /join.pd
parenta53053891123cb663a7155226faa903a4728db81 (diff)
ported to new one inlet *_argument objects
svn path=/trunk/externals/mapping/; revision=4630
Diffstat (limited to 'join.pd')
-rw-r--r--join.pd8
1 files changed, 4 insertions, 4 deletions
diff --git a/join.pd b/join.pd
index 5911566..90ae890 100644
--- a/join.pd
+++ b/join.pd
@@ -1,4 +1,4 @@
-#N canvas 248 251 319 292 10;
+#N canvas 279 246 323 296 10;
#X obj 32 14 inlet;
#X obj 78 14 inlet;
#X obj 32 245 outlet;
@@ -6,8 +6,8 @@
#X msg 145 113 1;
#X obj 78 169 *;
#X obj 135 55 float_argument \$1;
-#X obj 249 16 inlet;
-#X obj 135 36 loadbang;
+#X obj 135 15 inlet;
+#X obj 177 15 loadbang;
#X obj 32 149 *;
#X obj 78 210 +;
#X obj 145 137 -;
@@ -20,7 +20,7 @@
#X connect 6 0 3 0;
#X connect 6 0 9 1;
#X connect 6 0 10 1;
-#X connect 7 0 6 1;
+#X connect 7 0 6 0;
#X connect 8 0 6 0;
#X connect 9 0 2 0;
#X connect 10 0 2 0;