diff options
Diffstat (limited to 'examples/ticker-voice.pd')
-rw-r--r-- | examples/ticker-voice.pd | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/ticker-voice.pd b/examples/ticker-voice.pd new file mode 100644 index 0000000..8493f67 --- /dev/null +++ b/examples/ticker-voice.pd @@ -0,0 +1,21 @@ +#N canvas 474 451 518 379 10; +#X obj 22 28 inlet; +#X text 62 27 clock input; +#X obj 32 357 outlet~; +#X obj 136 357 outlet~; +#X obj 41 135 % 2; +#X obj 41 156 select 0 1; +#X obj 253 28 inlet; +#X obj 265 354 outlet; +#X text 310 354 bang when done to free voice; +#X text 291 30 optional inlet; +#X obj 32 249 tabplay~ \$3-tick; +#X obj 137 250 tabplay~ \$3-tock; +#X connect 0 0 4 0; +#X connect 4 0 5 0; +#X connect 5 0 10 0; +#X connect 5 1 11 0; +#X connect 10 0 2 0; +#X connect 10 1 7 0; +#X connect 11 0 3 0; +#X connect 11 1 7 0; |