aboutsummaryrefslogtreecommitdiff
path: root/abs/until_counter.pd
diff options
context:
space:
mode:
authorGeorg Holzmann <grholzi@users.sourceforge.net>2007-01-27 12:35:46 +0000
committerGeorg Holzmann <grholzi@users.sourceforge.net>2007-01-27 12:35:46 +0000
commit8c72f7bdb52c60c2b6e41f08233d2c8a86d63007 (patch)
tree0fc1e76bb127fb0811e5e3506dd30a7cd126213a /abs/until_counter.pd
added wavelet pd examples from raul diqz poblete to cvsHEADsvn2git-rootsvn2git-headabstractions/pd-wavelet
svn path=/trunk/abstractions/pd-wavelet/; revision=7387
Diffstat (limited to 'abs/until_counter.pd')
-rw-r--r--abs/until_counter.pd23
1 files changed, 23 insertions, 0 deletions
diff --git a/abs/until_counter.pd b/abs/until_counter.pd
new file mode 100644
index 0000000..07e35d4
--- /dev/null
+++ b/abs/until_counter.pd
@@ -0,0 +1,23 @@
+#N canvas 413 108 241 243 10;
+#X obj 47 111 until;
+#X obj 47 164 f;
+#X obj 117 111 + 1;
+#X obj 117 163 sel 0;
+#X obj 117 137 mod 1024;
+#X obj 47 75 inlet;
+#X text 49 58 bang;
+#X obj 160 75 inlet;
+#X text 150 59 end value;
+#X obj 47 199 outlet;
+#X text 45 8 triggered counter from 0;
+#X text 24 30;
+#X text 52 21 to an especified value;
+#X connect 0 0 1 0;
+#X connect 1 0 2 0;
+#X connect 1 0 9 0;
+#X connect 2 0 4 0;
+#X connect 3 0 0 1;
+#X connect 4 0 3 0;
+#X connect 4 0 1 1;
+#X connect 5 0 0 0;
+#X connect 7 0 4 1;