From 043dfe0ae677c018cde28cb84e1abe5ae1fe5205 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 29 Jan 2006 05:43:33 +0000 Subject: 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. svn path=/trunk/externals/mapping/; revision=4514 --- pd/disjoin.pd | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pd/disjoin.pd (limited to 'pd/disjoin.pd') 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; -- cgit v1.2.1