aboutsummaryrefslogtreecommitdiff
path: root/center_point.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-17 14:10:28 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-17 14:10:28 +0000
commita53764a12f0c463e5e19ea62daefdbbaf2ca0d69 (patch)
tree3462c009ec8cb7b6dca317569187f67d094a33d9 /center_point.pd
parent9cb64f6bac17a69d3cf0733631c9cdd6bff66b4d (diff)
object to make center point with two ranges, to mimic the feel in a centered joystick
svn path=/trunk/externals/mapping/; revision=8103
Diffstat (limited to 'center_point.pd')
-rw-r--r--center_point.pd16
1 files changed, 16 insertions, 0 deletions
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;