diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-22 20:54:36 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-22 20:54:36 +0000 |
commit | 6b90ede50883f41e5bca89d88a38aa0c7c831244 (patch) | |
tree | eb45bf0d503b2bbd05081dd8137cbef1e1885b20 /examples/ticker-voice~.pd | |
parent | 11ff4a156d6c6803869f9abc06cba1506806d990 (diff) |
proper tilde-fication
svn path=/trunk/externals/many/; revision=14490
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; |