1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- #N canvas 624 170 868 548 10;
- #X text 125 72 uniform distribution \, [-1 \, 1];
- #X obj 85 72 inlet~;
- #X obj 359 74 inlet;
- #X obj 177 231 * 24000;
- #X obj 156 250 *~ 0;
- #X obj 156 269 phasor~;
- #X obj 156 288 *~ 4;
- #X obj 156 307 -~ 2;
- #X obj 156 326 abs~;
- #X obj 156 345 -~ 1;
- #X obj 177 212 *;
- #X obj 177 193 t b f;
- #X obj 156 364 outlet~;
- #X text 399 73 variance control \, [0 \, 1];
- #X obj 177 174 *;
- #X obj 177 155 t b f;
- #X obj 177 117 loadbang;
- #X obj 177 136 f \$1;
- #X text 153 405 Chains can make a surprisingly chaotic and unstable
- sounding modulation or audio source. Coefficients of consecutive [vv~]
- units can be independently varied for different effects \, and aren't
- commutative.;
- #X text 212 135 creation argument provides default value;
- #X text 247 165 0 = correlation of 1 \, no variance \, i.e. constant.
- 1 = maximum variance \, same correlation as input \, i.e. 0 for uniform
- white noise. low values are equivalent to a bounded random walk.;
- #X text 228 226 This is "standardized" for Fs = 48000 I don't want
- the behavior to be dependent on sample rate. At higher sample rates
- \, variance of 1 won't reach the maximum. But I think it shouldn't
- be audibly different than what you'd get at Fs = 48000;
- #X text 207 362 uniform distribution \, [-1 \, 1] with variable correlation/variance
- ;
- #X text 551 332 Contact: limina@live.com.;
- #X text 551 314 Scott Nordlund \, 2012;
- #X text 552 351 Last revised: 09.24.2012;
- #X text 357 94 this is taken to the fourth power for a more intuitive
- control law \, but I don't have any solid theoretical justification
- for doing this.;
- #X connect 1 0 4 0;
- #X connect 2 0 17 0;
- #X connect 3 0 4 1;
- #X connect 4 0 5 0;
- #X connect 5 0 6 0;
- #X connect 6 0 7 0;
- #X connect 7 0 8 0;
- #X connect 8 0 9 0;
- #X connect 9 0 12 0;
- #X connect 10 0 3 0;
- #X connect 11 0 10 0;
- #X connect 11 1 10 1;
- #X connect 14 0 11 0;
- #X connect 14 0 10 0;
- #X connect 15 0 14 0;
- #X connect 15 1 14 1;
- #X connect 16 0 17 0;
- #X connect 17 0 15 0;
- #X connect 17 0 14 0;
|