aboutsummaryrefslogtreecommitdiff
path: root/pd/disjoin.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/disjoin.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/disjoin.pd')
-rw-r--r--pd/disjoin.pd27
1 files changed, 27 insertions, 0 deletions
diff --git a/pd/disjoin.pd b/pd/disjoin.pd
new file mode 100644
index 0000000..a74cf43
--- /dev/null
+++ b/pd/disjoin.pd
@@ -0,0 +1,27 @@
+#N canvas 0 22 454 304 10;
+#X obj 62 28 inlet;
+#X obj 62 53 moses \$1;
+#X obj 62 204 outlet;
+#X obj 113 203 outlet;
+#X obj 62 100 / \$1;
+#X obj 152 27 inlet;
+#X obj 113 101 - \$1;
+#X obj 177 83 t b f;
+#X obj 161 63 loadbang;
+#X obj 113 158 / 1;
+#X msg 177 105 1;
+#X obj 177 129 - \$1;
+#X connect 0 0 1 0;
+#X connect 1 0 4 0;
+#X connect 1 1 6 0;
+#X connect 4 0 2 0;
+#X connect 5 0 4 1;
+#X connect 5 0 6 1;
+#X connect 5 0 7 0;
+#X connect 6 0 9 0;
+#X connect 7 0 10 0;
+#X connect 7 1 11 1;
+#X connect 8 0 10 0;
+#X connect 9 0 3 0;
+#X connect 10 0 11 0;
+#X connect 11 0 9 1;