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.pd | |
parent | 11ff4a156d6c6803869f9abc06cba1506806d990 (diff) |
proper tilde-fication
svn path=/trunk/externals/many/; revision=14490
Diffstat (limited to 'examples/ticker.pd')
-rw-r--r-- | examples/ticker.pd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ticker.pd b/examples/ticker.pd index fcbab38..ef22525 100644 --- a/examples/ticker.pd +++ b/examples/ticker.pd @@ -22,9 +22,9 @@ #X obj 85 312 output~; #X text 35 34 <-- turn on clock; #X text 185 57 <-- run it faster!; -#X obj 53 221 voicepoly 100 ticker-voice \$0; +#X obj 53 221 voices~ 100 ticker-voice~ \$0; #X text 201 302 here is the playback patch:; -#X obj 211 333 ticker-voice 0 0 \$0; +#X obj 211 333 ticker-voice~ 0 0 \$0; #X connect 3 0 2 0; #X connect 4 0 3 0; #X connect 5 0 4 0; |