aboutsummaryrefslogtreecommitdiff
path: root/hid_one2two.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-12-19 18:22:46 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-12-19 18:22:46 +0000
commit401c186962e0f05e81cdd855cdb59475467dc310 (patch)
tree63c1d0fffc1d1bb03b0dfe5aad5fb6c5d9a5375e /hid_one2two.pd
parentd83bca27f20fd0c5154fbb2fbcb3cba756f4c1a1 (diff)
added two basic one-to-many mapping objects
svn path=/trunk/externals/hcs/hid/; revision=2415
Diffstat (limited to 'hid_one2two.pd')
-rw-r--r--hid_one2two.pd19
1 files changed, 19 insertions, 0 deletions
diff --git a/hid_one2two.pd b/hid_one2two.pd
new file mode 100644
index 0000000..72fcdc7
--- /dev/null
+++ b/hid_one2two.pd
@@ -0,0 +1,19 @@
+#N canvas 205 314 470 320 10;
+#X obj 131 38 inlet;
+#X text 20 14 hid_one2two;
+#X obj 131 253 outlet;
+#X obj 233 252 outlet;
+#X obj 249 103 f \$1;
+#X obj 160 124 max \$1;
+#X obj 160 154 - \$1;
+#X obj 249 74 loadbang;
+#X obj 249 122 hid_invert;
+#X obj 233 194 /;
+#X connect 0 0 2 0;
+#X connect 0 0 5 0;
+#X connect 4 0 8 0;
+#X connect 5 0 6 0;
+#X connect 6 0 9 0;
+#X connect 7 0 4 0;
+#X connect 8 0 9 1;
+#X connect 9 0 3 0;