From f2315675d0f040ee02fd1e572d829aa1979b07be Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Sat, 17 May 2008 02:19:45 +0000 Subject: added keycommand for quick key assignments, plus another ds-abstraction and an implementation of vmetro svn path=/trunk/abstractions/senderfruit/; revision=9828 --- core/keycommand.pd | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 core/keycommand.pd (limited to 'core/keycommand.pd') 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; -- cgit v1.2.1