aboutsummaryrefslogtreecommitdiff
path: root/core/keycommand.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2008-05-17 02:19:45 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2008-05-17 02:19:45 +0000
commitf2315675d0f040ee02fd1e572d829aa1979b07be (patch)
tree2bc5859f4bab3a7f66177a49a4bad1cf7bb48977 /core/keycommand.pd
parent7e3f3bbef327d13b22e7627447316c1fc754380f (diff)
added keycommand for quick key assignments, plus another ds-abstraction and an implementation of vmetro
svn path=/trunk/abstractions/senderfruit/; revision=9828
Diffstat (limited to 'core/keycommand.pd')
-rw-r--r--core/keycommand.pd6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/keycommand.pd b/core/keycommand.pd
new file mode 100644
index 0000000..1b6a5d5
--- /dev/null
+++ b/core/keycommand.pd
@@ -0,0 +1,6 @@
+#N canvas 274 22 177 175 10;
+#X obj 29 47 keynamedown \$1;
+#X obj 29 116 s \$2;
+#X obj 29 82 list append \$3;
+#X connect 0 0 2 0;
+#X connect 2 0 1 0;