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/doubleclick-help.pd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sfruit/doubleclick-help.pd (limited to 'sfruit/doubleclick-help.pd') diff --git a/sfruit/doubleclick-help.pd b/sfruit/doubleclick-help.pd new file mode 100644 index 0000000..6c5be33 --- /dev/null +++ b/sfruit/doubleclick-help.pd @@ -0,0 +1,12 @@ +#N canvas 0 22 450 300 10; +#X text 13 20 [doubleclick] - only outputs a bang when it receives +two bangs in quick succession (by default \, <200ms apart. change with +the first argument); +#X obj 89 104 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 +-1; +#X obj 89 124 doubleclick; +#X obj 89 146 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 +-1; +#X text 305 254 2009 Luke Iannini; +#X connect 1 0 2 0; +#X connect 2 0 3 0; -- cgit v1.2.1