From fa7f114f6faa8a143992a93b2071dcbd66d92eec Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Wed, 18 Mar 2009 23:48:43 +0000 Subject: list-in to simply check for existence of an atom in a list, and doubleclick to detect quick bangs in succession svn path=/trunk/abstractions/sfruit/; revision=10866 --- sfruit/list-in.pd | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sfruit/list-in.pd (limited to 'sfruit/list-in.pd') diff --git a/sfruit/list-in.pd b/sfruit/list-in.pd new file mode 100644 index 0000000..7a9f0b2 --- /dev/null +++ b/sfruit/list-in.pd @@ -0,0 +1,25 @@ +#N canvas 526 22 196 359 10; +#X obj 100 28 inlet; +#X obj 42 146 list-drip; +#X obj 42 182 compare-any; +#X obj 42 228 sel 1; +#X obj 42 111 list; +#X obj 42 28 inlet; +#X msg 42 253 1; +#X obj 47 286 f; +#X obj 42 63 t b a b; +#X msg 133 157 0; +#X obj 47 310 outlet; +#X connect 0 0 4 1; +#X connect 1 0 2 0; +#X connect 1 1 7 0; +#X connect 2 0 3 0; +#X connect 3 0 6 0; +#X connect 4 0 1 0; +#X connect 5 0 8 0; +#X connect 6 0 7 1; +#X connect 7 0 10 0; +#X connect 8 0 4 0; +#X connect 8 1 2 1; +#X connect 8 2 9 0; +#X connect 9 0 7 1; -- cgit v1.2.1