From 82be5712f7be8e63e18b0828de7958b758999337 Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Thu, 7 May 2009 05:03:07 +0000 Subject: finished list-part for parsing delimited lists and added list-partslow to the family added no-dsp, an object to disable DSP while an operation is run and then turn it back on made a miniature version of crikey (keyboard-to-"midi" translator) that's much less fiddly than the big version svn path=/trunk/abstractions/sfruit/; revision=11253 --- sfruit/list-partslow.pd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sfruit/list-partslow.pd (limited to 'sfruit/list-partslow.pd') diff --git a/sfruit/list-partslow.pd b/sfruit/list-partslow.pd new file mode 100644 index 0000000..b5289a9 --- /dev/null +++ b/sfruit/list-partslow.pd @@ -0,0 +1,15 @@ +#N canvas 0 22 450 300 10; +#X obj 217 150 list; +#X obj 130 113 route bang; +#X obj 238 112 inlet; +#X obj 217 79 inlet; +#X obj 217 183 outlet; +#X obj 131 185 outlet; +#X obj 131 150 list-part \$1; +#X connect 0 0 1 0; +#X connect 1 0 4 0; +#X connect 1 1 6 0; +#X connect 2 0 0 1; +#X connect 3 0 0 0; +#X connect 6 0 5 0; +#X connect 6 1 0 1; -- cgit v1.2.1