diff options
author | N.N. <chr15m@users.sourceforge.net> | 2007-11-17 13:58:45 +0000 |
---|---|---|
committer | N.N. <chr15m@users.sourceforge.net> | 2007-11-17 13:58:45 +0000 |
commit | 3980b38b7d9efb6f1d322ef0785feaed1f06a806 (patch) | |
tree | 56f40e8053708927921138e95b9adc2b427a5340 /sx/repeater.pd | |
parent | cf335a829cb3917e17a4d3074ecb193b6b9d7287 (diff) |
This commit was generated by cvs2svn to compensate for changes in r9017,HEADsvn2git-headabstractions/s-abstractions
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/abstractions/s-abstractions/; revision=9018
Diffstat (limited to 'sx/repeater.pd')
-rw-r--r-- | sx/repeater.pd | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/sx/repeater.pd b/sx/repeater.pd new file mode 100644 index 0000000..0f6f7a7 --- /dev/null +++ b/sx/repeater.pd @@ -0,0 +1,44 @@ +#N canvas 13 12 450 300 10; +#X obj 80 35 inlet; +#X obj 80 205 outlet; +#X obj 80 182 gemhead; +#X obj 14 118 loadbang; +#X msg 14 145 0; +#X obj 80 151 t b a; +#X obj 80 87 bang; +#X obj 180 206 outlet; +#N canvas 360 375 401 263 countto 0; +#X obj 105 151 f; +#X obj 139 152 + 1; +#X msg 153 118 0; +#X obj 105 20 inlet; +#X obj 105 181 outlet; +#X obj 105 119 until; +#X obj 105 65 f; +#X obj 105 45 t a b; +#X obj 105 95 max 0; +#X connect 0 0 1 0; +#X connect 0 0 4 0; +#X connect 1 0 0 1; +#X connect 2 0 0 1; +#X connect 3 0 7 0; +#X connect 5 0 0 0; +#X connect 6 0 8 0; +#X connect 7 0 6 0; +#X connect 7 1 2 0; +#X connect 8 0 5 0; +#X restore 80 130 pd countto; +#X obj 159 36 inlet; +#X obj 80 108 f; +#X obj 159 56 s-default \$1 1; +#X connect 0 0 6 0; +#X connect 2 0 1 0; +#X connect 3 0 4 0; +#X connect 4 0 2 0; +#X connect 5 0 2 0; +#X connect 5 1 7 0; +#X connect 6 0 10 0; +#X connect 8 0 5 0; +#X connect 9 0 11 0; +#X connect 10 0 8 0; +#X connect 11 0 10 1; |