aboutsummaryrefslogtreecommitdiff
path: root/pd/join.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-29 05:43:33 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-29 05:43:33 +0000
commit043dfe0ae677c018cde28cb84e1abe5ae1fe5205 (patch)
tree006c85f3a511ad7e94f849372b29fb4d96f02245 /pd/join.pd
this is the first checkin for the new mapping lib, which is a join effort of Cyrille and Hans. We are combining Cyrille's ds_/datastream classes with my hid_* classes, and I think Cyrille has drawn on the La-Kitchen classes for working with sensors.svn2git-root
svn path=/trunk/externals/mapping/; revision=4514
Diffstat (limited to 'pd/join.pd')
-rw-r--r--pd/join.pd25
1 files changed, 25 insertions, 0 deletions
diff --git a/pd/join.pd b/pd/join.pd
new file mode 100644
index 0000000..79c8b80
--- /dev/null
+++ b/pd/join.pd
@@ -0,0 +1,25 @@
+#N canvas 492 503 452 397 10;
+#X obj 32 24 inlet;
+#X obj 78 25 inlet;
+#X obj 125 25 inlet;
+#X obj 32 215 outlet;
+#X obj 125 71 t b f;
+#X obj 142 48 loadbang;
+#X msg 125 93 1;
+#X obj 125 117 - \$1;
+#X obj 78 180 + \$1;
+#X obj 32 119 * \$1;
+#X obj 78 153 *;
+#X connect 0 0 9 0;
+#X connect 1 0 10 0;
+#X connect 2 0 4 0;
+#X connect 2 0 8 1;
+#X connect 2 0 9 1;
+#X connect 4 0 6 0;
+#X connect 4 1 7 1;
+#X connect 5 0 6 0;
+#X connect 6 0 7 0;
+#X connect 7 0 10 1;
+#X connect 8 0 3 0;
+#X connect 9 0 3 0;
+#X connect 10 0 8 0;