aboutsummaryrefslogtreecommitdiff
path: root/abs/index_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/index_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/index_counter.pd')
-rw-r--r--abs/index_counter.pd18
1 files changed, 18 insertions, 0 deletions
diff --git a/abs/index_counter.pd b/abs/index_counter.pd
new file mode 100644
index 0000000..a14dfea
--- /dev/null
+++ b/abs/index_counter.pd
@@ -0,0 +1,18 @@
+#N canvas 214 249 242 219 10;
+#X obj 58 140 f;
+#X obj 96 140 + 1;
+#X obj 58 51 inlet;
+#X text 60 34 bang;
+#X obj 58 175 outlet;
+#X msg 71 109 0;
+#X obj 71 86 r on_bang;
+#X obj 134 176 select 2047;
+#X text 33 9 index counter from 0 to 2047;
+#X connect 0 0 1 0;
+#X connect 0 0 4 0;
+#X connect 0 0 7 0;
+#X connect 1 0 0 1;
+#X connect 2 0 0 0;
+#X connect 5 0 0 1;
+#X connect 6 0 5 0;
+#X connect 7 0 5 0;