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 | |
parent | 11ff4a156d6c6803869f9abc06cba1506806d990 (diff) |
proper tilde-fication
svn path=/trunk/externals/many/; revision=14490
Diffstat (limited to 'examples')
-rw-r--r-- | examples/run-200voicetest.pd | 27 | ||||
-rw-r--r-- | examples/ticker-voice~.pd (renamed from examples/ticker-voice.pd) | 0 | ||||
-rw-r--r-- | examples/ticker.pd | 4 | ||||
-rw-r--r-- | examples/voicetest~.pd (renamed from examples/voicetest.pd) | 2 |
4 files changed, 18 insertions, 15 deletions
diff --git a/examples/run-200voicetest.pd b/examples/run-200voicetest.pd index b42a53d..16f5e69 100644 --- a/examples/run-200voicetest.pd +++ b/examples/run-200voicetest.pd @@ -17,7 +17,7 @@ that is banged when the voice is finished.; #X text 26 169 factor by which to stretch sample; #X text 26 183 (i.e. 2 means twice as long); #X text 33 459 this is the patch of a single voice \, it has the same -inlets and outlets as voicepoly above:; +inlets and outlets as voices~ above:; #X obj 335 188 table \$0-sample; #X text 221 298 (you can send \$0 for localizing things); #X obj 336 139 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 @@ -57,7 +57,7 @@ inlets and outlets as voicepoly above:; #X text 248 263 <-- send the size of the sample table to all instances ; #X obj 67 349 output~; -#X obj 135 505 voicetest 0 0 \$0; +#X obj 135 505 voicetest~ 0 0 \$0; #X obj 60 272 pack 0 0; #X obj 78 250 t b f; #X obj 417 139 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 @@ -65,25 +65,28 @@ inlets and outlets as voicepoly above:; #X text 435 137 <-- record from mic; #X text 148 78 <-- play your voice like an instrument \, click and drag; -#X obj 60 297 voicepoly 200 voicetest \$0; +#X obj 60 297 voices~ 200 voicetest~ \$0; #N canvas 0 22 450 300 (subpatch) 0; #X obj 106 259 outlet; -#X obj 106 80 inlet; -#X obj 160 79 inlet; -#X obj 106 101 / 80; -#X obj 106 234 pack float float; -#X obj 106 214 * 10; -#X obj 160 101 / 90; -#X obj 160 125 + 0.1; -#X obj 106 186 mapping/exponential_curve 0.75; +#X obj 106 30 inlet; +#X obj 160 29 inlet; +#X obj 106 86 / 80; +#X obj 106 199 pack float float; +#X obj 160 152 * 10; +#X obj 160 86 / 90; +#X obj 160 110 + 0.1; +#X obj 160 131 mapping/exponential_curve 0.75; +#X obj 106 152 t b 0; #X connect 1 0 3 0; #X connect 2 0 6 0; -#X connect 3 0 4 1; +#X connect 3 0 9 0; #X connect 4 0 0 0; #X connect 5 0 4 0; #X connect 6 0 7 0; #X connect 7 0 8 0; #X connect 8 0 5 0; +#X connect 9 0 4 0; +#X connect 9 1 4 1; #X coords 0 0 1 1 90 90 0; #X restore 2 175 pd; #X obj 64 76 gcanvas 80 80; diff --git a/examples/ticker-voice.pd b/examples/ticker-voice~.pd index 8493f67..8493f67 100644 --- a/examples/ticker-voice.pd +++ b/examples/ticker-voice~.pd 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; diff --git a/examples/voicetest.pd b/examples/voicetest~.pd index 06a8a5d..76c3afd 100644 --- a/examples/voicetest.pd +++ b/examples/voicetest~.pd @@ -6,7 +6,7 @@ #X obj 320 463 outlet; #X text 367 463 bang when done; #X obj 122 337 line~; -#X obj -15 88 print voicetest_\$1; +#X obj -15 88 print voicetest~_\$1; #X obj 282 76 samplerate~; #X obj 267 97 /; #X obj 320 435 delay; |