aboutsummaryrefslogtreecommitdiff
path: root/sfruit/doubleclick-help.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2009-03-18 23:48:43 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2009-03-18 23:48:43 +0000
commitfa7f114f6faa8a143992a93b2071dcbd66d92eec (patch)
tree8e671a094f5672ecf22fee905ecabcf1dfcb713c /sfruit/doubleclick-help.pd
parentcd44ee2563aba2c25b3a34eb20d2f4dff97af96a (diff)
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
Diffstat (limited to 'sfruit/doubleclick-help.pd')
-rw-r--r--sfruit/doubleclick-help.pd12
1 files changed, 12 insertions, 0 deletions
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;