-
Lorenz2DL.help
@ Lorenz2DL.help
... generator Lorenz2DL.ar(minfreq, maxfreq, s, r, b, h, x0 ... freq - iteration frequency in Hertz s, r, b- equation variables ... { Lorenz2DL.ar(11025, 44100) }.play(s); // randomly modulate params ( { Lorenz2DL. ... 0.02 ) * 0.2 }.play(s); ) // as a frequency control { ...
-
PV_XFade
@ Plugin
... . fade - 0-1. s.boot; ( b = Buffer.alloc(s,2048,1); c ... = Buffer.alloc(s,2048,1); d = Buffer.read(s ... (out, IFFT(chain).dup); }).play(s,[\out, 0, \bufnumA, b.bufnum ... (out, IFFT(chain).dup); }).play(s,[\out, 0, \bufnumA, b.bufnum ...
-
PV_CommonMag
@ PV_CommonMag
... -scale uncommon magnitudes s.boot; ( b = Buffer.alloc(s, 2048, 1); c ... = Buffer.alloc(s, 2048, 1); d = Buffer.read(s ... (out, IFFT(chain).dup); }).play(s,[\out, 0, \bufnumA, b.bufnum ...
-
PV_SoftWipe
@ Plugin
... the top down. s.boot; ( b = Buffer.alloc(s,2048,1); c ... = Buffer.alloc(s,2048,1); d = Buffer.read(s ... .5 * IFFT(chain).dup); }).play(s,[\out, 0, \bufnumA, b.bufnum ... .5 * IFFT(chain).dup); }).play(s,[\out, 0, \bufnumA, b.bufnum ...
-
PV_CommonMul
@ Plugin
... -scale uncommon magnitudes s.boot; ( b = Buffer.alloc(s, 2048, 1); c ... = Buffer.alloc(s, 2048, 1); d = Buffer.read(s ... (out, IFFT(chain).dup); }).play(s,[\out, 0, \bufnumA, b.bufnum ...
-
PV_Morph
@ Plugin
... . morph - 0-1. s.boot; ( b = Buffer.alloc(s,2048,1); c ... = Buffer.alloc(s,2048,1); d = Buffer.read(s ... (out, IFFT(chain).dup); }).play(s,[\out, 0, \bufnumA, b.bufnum ... (out, IFFT(chain).dup); }).play(s,[\out, 0, \bufnumA, b.bufnum ...
-
Lorenz2DN.help
@ Lorenz2DN.help
... generator Lorenz2DN.ar(minfreq, maxfreq, s, r, b, h, x0 ... freq - iteration frequency in Hertz s, r, b- equation variables ... { Lorenz2DN.ar(11025, 44100) }.play(s); // randomly modulate params ( { Lorenz2DN. ... 0.02 ) * 0.2 }.play(s); ) // as a frequency control { ...
-
PV_MagMinus
@ Plugin
... , bufferB, remove) Subtracts buffer B's magnitudes from buffer A. bufferA ... the removal process. s.boot; ( b = Buffer.alloc(s, 2048, 1); c ... (out, IFFT(chain).dup); }).play(s,[\out, 0, \bufnumA, b.bufnum ...
-
Lorenz2DC.help
@ Plugin
... generator Lorenz2DC.ar(minfreq, maxfreq, s, r, b, h, x0 ... freq - iteration frequency in Hertz s, r, b- equation variables ... { Lorenz2DC.ar(8800, 16000) }.play(s); // randomly modulate params ( { Lorenz2DC. ... 0.01 ) * 0.2 }.play(s); ) // as a frequency control { ...
- PV_MagGate @ Plugin