aboutsummaryrefslogtreecommitdiff
path: root/sfruit/doubleclick.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.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.pd')
-rw-r--r--sfruit/doubleclick.pd17
1 files changed, 17 insertions, 0 deletions
diff --git a/sfruit/doubleclick.pd b/sfruit/doubleclick.pd
new file mode 100644
index 0000000..f7d9fdb
--- /dev/null
+++ b/sfruit/doubleclick.pd
@@ -0,0 +1,17 @@
+#N canvas 15 541 450 300 10;
+#X obj 95 118 t b b;
+#X obj 95 139 timer;
+#X obj 95 162 < 200;
+#X obj 95 183 sel 1;
+#X obj 185 123 list-onearg \$1;
+#X obj 186 94 loadbang;
+#X obj 95 94 inlet;
+#X obj 95 204 outlet;
+#X connect 0 0 1 0;
+#X connect 0 1 1 1;
+#X connect 1 0 2 0;
+#X connect 2 0 3 0;
+#X connect 3 0 7 0;
+#X connect 4 0 2 1;
+#X connect 5 0 4 0;
+#X connect 6 0 0 0;