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/join.pd | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pd/join.pd (limited to 'pd/join.pd') 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; -- cgit v1.2.1