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 --- reverse.pd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 reverse.pd (limited to 'reverse.pd') diff --git a/reverse.pd b/reverse.pd new file mode 100644 index 0000000..53f6969 --- /dev/null +++ b/reverse.pd @@ -0,0 +1,13 @@ +#N canvas 360 364 385 311 10; +#X obj 70 32 inlet; +#X obj 84 249 outlet; +#X text 140 249 output range: 0 to 1; +#X text 118 32 input range: 0 to 1; +#X obj 84 142 -; +#X msg 70 122 1; +#X obj 70 103 t b f; +#X connect 0 0 6 0; +#X connect 4 0 1 0; +#X connect 5 0 4 0; +#X connect 6 0 5 0; +#X connect 6 1 4 1; -- cgit v1.2.1