@@ -57,13 +57,13 @@ ocq: Quarter-frequency harmonics (two octaves down).
5757fsh: Frequency shift, value range goes both positive and negative, works in combination with fsm, try values -32 to 32
5858fsm: Frequency shift multiplier, value range goes both positive and negative, works in combination with fsh, try values -4 to 4
5959hal: A hall reverb, this is the wet parameter, or put another way, the amplitude of the reverb.
60- hai: The input or send into the hal reverb. Range is zero to one.
60+ hai: The input or send into the hal reverb. Range is zero to one.
6161rts: The RT60 value of the reverb. This goes from 0 to 999. That top value is approaching inifity. It is super duper long.
6262edf: Early diffusion of the hal reverb.
6363ldf: Late diffusion of the hal reverb.
6464hhp: A high pass filter before the hal reverb. Value range is 20 to 20000.
6565hlp: A low pass filter before the hal reverb. Value range is 20 to 20000.
66- tnh: Wet mix of the tanh based distortion. Unlike other distortions this is added after synths are summed. Try a fifth through this.
66+ tnh: Wet mix of the tanh based distortion. Unlike other distortions this is added after synths are summed. Try a fifth through this.
6767tnb: Low pass filter before the tanh based distortion.
6868tng: Tanh gain stage, this makes tons of ditortion. Range is 0.0 to 999.0
6969tna: Low pass filter after the tanh based distortion.
@@ -368,17 +368,17 @@ Pdef(1,
368368 Pseed(1,
369369 Pbind(*[
370370 type: Prand([\cln, \r], inf),
371- dur: 1/ Prand([1, 2, 4,8], inf),
371+ dur: 1 / Prand([1, 2, 4, 8], inf),
372372 snd: \mmd,
373373 num: Pwhite(0, 12),
374- legato: Pexprand(1,4).round,
374+ legato: Pexprand(1, 4).round,
375375 pan: Pwhite(0.0, 1.0),
376- amp: Pexprand(1,3)- 1,
377- spd: Prand([1/4,1/2,1,2,4, -0.25,-0.5,-2,-4],inf),
378- rel: Pexprand(1,4)- 1,
379- crv: Pexprand(0.01,4)- 4,
380- cut: Pwhite(0,1),
381- aux: Pwhite(0,1),
376+ amp: Pexprand(1, 3) - 1,
377+ spd: Prand([1/4, 1/2, 1, 2, 4, -0.25, -0.5, -2, -4], inf),
378+ rel: Pexprand(1, 4) - 1,
379+ crv: Pexprand(0.01, 4) - 4,
380+ cut: Pwhite(0, 1),
381+ aux: Pwhite(0, 1),
382382 ])
383383 )
384384).play(quant:1);
@@ -394,30 +394,30 @@ Pdef(2,
394394 50 * (lo..hi);
395395 }),
396396 ada: Pexprand(0.00000000000000000000000000000000000000000000001,10.1),
397- adr: Pkey(\dur)+ (Pexprand(0.000001,10.0)),
398- dur: Prand([16, 32], inf) / Pwrand([1, 2, 4, 8],[8, 4, 2, 1].normalizeSum, inf),
399- amp: Pexprand(0.5,1.0),
400- legato: 1,
397+ adr: Pkey(\dur) + (Pexprand(0.000001, 10.0)),
398+ dur: Prand([16, 32], inf) / Pwrand([1, 2, 4, 8], [8, 4, 2, 1].normalizeSum, inf),
399+ amp: Pexprand(0.5, 1.0),
400+ legato: 1,
401401 ])
402402 )
403403).play(quant:1);
404404
405405Pdef(3,
406406 Pseed(63,
407407 Pbind(*[
408- type: Pwrand([\cln, \r],[1,0].normalizeSum, inf),
408+ type: Pwrand([\cln, \r], [1, 0].normalizeSum, inf),
409409 snd: \kps,
410410 \freq, Pn(Plazy {
411411 var lo = (1, 3 .. 11).wchoose((11, 9 .. 1));
412412 var hi = (1, 3 .. 11).choose;
413- 50 * Pseq((lo.. hi), 1);
413+ 50 * Pseq((lo .. hi), 1);
414414 }).trace,
415- dur: 1/ Pdup(Pwhite(5,11),Pwhite(5,11)),
416- sustain: Pdup(Pwhite(16,32),Pexprand(1/32,1)),
415+ dur: 1 / Pdup(Pwhite(5, 11), Pwhite(5, 11)),
416+ sustain: Pdup(Pwhite(16, 32), Pexprand(1/32, 1)),
417417 crv: 8,
418- amp: Pexprand(0.5,1.5),
419- lhf: Pseg([0.0,0.5,0.0],Pexprand(1,40),\lin,inf),
420- stretch: Pseg(Pseq([1,Pexprand(1/4,16),1],inf),Pexprand(1,20),\lin,inf),
418+ amp: Pexprand(0.5, 1.5),
419+ lhf: Pseg([0.0, 0.5, 0.0], Pexprand(1, 40), \lin, inf),
420+ stretch: Pseg(Pseq([1, Pexprand(1/4, 16), 1], inf), Pexprand(1, 20), \lin, inf),
421421 legato: 4,
422422 ])
423423 )
0 commit comments