aboutsummaryrefslogtreecommitdiff
path: root/hid_one2three.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_one2three.pd
parentd83bca27f20fd0c5154fbb2fbcb3cba756f4c1a1 (diff)
added two basic one-to-many mapping objects
svn path=/trunk/externals/hcs/hid/; revision=2415
Diffstat (limited to 'hid_one2three.pd')
-rw-r--r--hid_one2three.pd13
1 files changed, 13 insertions, 0 deletions
diff --git a/hid_one2three.pd b/hid_one2three.pd
new file mode 100644
index 0000000..ed71f50
--- /dev/null
+++ b/hid_one2three.pd
@@ -0,0 +1,13 @@
+#N canvas 0 22 454 304 10;
+#X text 27 16 hid_one2three;
+#X obj 184 19 inlet;
+#X obj 66 248 outlet;
+#X obj 177 249 outlet;
+#X obj 121 124 hid_one2two \$1;
+#X obj 196 159 hid_one2two \$2;
+#X obj 293 250 outlet;
+#X connect 1 0 4 0;
+#X connect 4 0 2 0;
+#X connect 4 1 5 0;
+#X connect 5 0 3 0;
+#X connect 5 1 6 0;