From 8c72f7bdb52c60c2b6e41f08233d2c8a86d63007 Mon Sep 17 00:00:00 2001 From: Georg Holzmann Date: Sat, 27 Jan 2007 12:35:46 +0000 Subject: added wavelet pd examples from raul diqz poblete to cvs svn path=/trunk/abstractions/pd-wavelet/; revision=7387 --- abs/index_counter.pd | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 abs/index_counter.pd (limited to 'abs/index_counter.pd') 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; -- cgit v1.2.1