From a53764a12f0c463e5e19ea62daefdbbaf2ca0d69 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 17 Jul 2007 14:10:28 +0000 Subject: object to make center point with two ranges, to mimic the feel in a centered joystick svn path=/trunk/externals/mapping/; revision=8103 --- center_point.pd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 center_point.pd (limited to 'center_point.pd') diff --git a/center_point.pd b/center_point.pd new file mode 100644 index 0000000..86921e9 --- /dev/null +++ b/center_point.pd @@ -0,0 +1,16 @@ +#N canvas 440 226 411 335 10; +#X obj 65 27 inlet; +#X obj 65 276 outlet; +#X obj 212 276 outlet; +#X obj 217 27 inlet; +#X obj 217 89 purepd/float_argument \$1 0.5; +#X obj 232 59 loadbang; +#X obj 65 205 mapping/reverse; +#X obj 65 178 mapping/disjoin; +#X connect 0 0 7 0; +#X connect 3 0 4 0; +#X connect 4 0 7 1; +#X connect 5 0 4 0; +#X connect 6 0 1 0; +#X connect 7 0 6 0; +#X connect 7 1 2 0; -- cgit v1.2.1