-
NanoKtl
@ NanoKtl
... , the 9th control the proxy's volume. ( p = ProxySpace.push; ... , the 9th control the proxy's volume. ( p = ProxySpace.push; ... - shifts the mapped editor's params. slider9 controls server volume ... to test p = ProxySpace.push(s.boot); ( m = ProxyMixerOld(p ...
- TGrains3.help @ TGrains3.help
-
PV_Compander
@ PV_Compander
... same as Compander s.boot; ( b = Buffer.alloc(s, 2048, 1); ... out, IFFT(chain).dup); }).play(s,[\out, 0, \bufnum, b ... out, IFFT(chain).dup); }).play(s,[\out, 0, \bufnum, b ... , 0.05).dup); }).play(s,[\out, 0, \bufnum, b ... , 0.05).dup); }).play(s,[\out, 0, \bufnum, b ...
-
Logger
@ Plugin
... reset it.) Examples s.boot; b = Buffer.alloc(s, 100); ( // This ... ; b.plot; b = Buffer.alloc(s, 100, 3); ( // The same ... ; b.plot; b = Buffer.alloc(s, 100); ( // This time we ... , t_trig, b.bufnum, t_reset); }.play(s); ) x.set(\t_trig, 1); // ...
-
FFTSubbandPower.help
@ Plugin
... be modulated. Examples // Simple example s = Server.local.boot; //Server.internal ... .boot; b = Buffer.alloc(s,2048,1); ( x = { var ... familiar home hi-fi style. s = Server.local.boot; b = ... size=8; c = Bus.control(s, size); // Values will be written ...
- FFTSubbandPower @ FFTSubbandPower
-
FFTComplexDev
@ Plugin
... the rectification feature (it's either on or off; ... and non-rectified) seeà Dixon, S. (2006) Onset Detection Revisited. ... with the parameters. s.boot; b = Buffer.alloc(s, 512, 1); // ... ); Out.kr(0, flux); }.play(s); ) x.free;b.free; // ...
-
FFTPhaseDev
@ Plugin
... weighted and unweighted) seeà Dixon, S. (2006) Onset Detection Revisited. ... with the parameters. s.boot; b = Buffer.alloc(s, 512, 1); ... Out.kr(0, flux); }.play(s); ) x.free;b.free; ... }.plot(c.numFrames/c.sampleRate, s); ) x.free; b.free ...
-
GaussClass
@ GaussClass
... classes: ( ~classes = [ [ // First class's mean, covariance, weight: [2, 8 ... ) // Now let's use it: s.boot; b = Buffer.loadCollection(s, ~serialised); ( x ... 0.1).dup); // sonify }.play(s) ) x.free; ________________________________ THE FORMAT ...
- TPV @ TPV