aboutsummaryrefslogtreecommitdiff
path: root/hid_smooth.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-20 03:52:54 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-20 03:52:54 +0000
commit6ff3881e691f42cc6ebe899d6b75031ac5542ee0 (patch)
tree2eb419bf70547ffd0f2e189cd00999f3774f6fd9 /hid_smooth.pd
parent2412f513218940981451fa165cdd785ba9a74e89 (diff)
first set of basic mapping objects for [hid]
svn path=/trunk/externals/hcs/hid/; revision=2292
Diffstat (limited to 'hid_smooth.pd')
-rw-r--r--hid_smooth.pd13
1 files changed, 13 insertions, 0 deletions
diff --git a/hid_smooth.pd b/hid_smooth.pd
new file mode 100644
index 0000000..9290f70
--- /dev/null
+++ b/hid_smooth.pd
@@ -0,0 +1,13 @@
+#N canvas 721 425 454 304 10;
+#X obj 67 31 inlet;
+#X obj 67 256 outlet;
+#X obj 122 78 loadbang;
+#X msg 96 113 weight;
+#X obj 67 149 average \$1;
+#X msg 150 113 10;
+#X connect 0 0 4 0;
+#X connect 2 0 5 0;
+#X connect 2 0 3 0;
+#X connect 3 0 4 0;
+#X connect 4 0 1 0;
+#X connect 5 0 4 1;