-
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 @ PV_MagGate
- OnsetsDS @ OnsetsDS
-
Goertzel
@ Goertzel
... a single specified frequency. It's the equivalent of running an ... multiple of your SC server's control block size (typically 64 ... also meet this criterion. Examples s.boot ( x = { var freq, ... dup }.play ) // OK, now let's do a kind of spectrogram ...
-
SOMTrain_2D_example
@ Plugin
... probably do a similar thing. s.boot; ~numnodes = 20; ~traindur = ... the data ~dataspace = Buffer.alloc(s, ~dataspacelength, ~dataspacechanwidth); ~data = ~dataspacechanwidth. ... initialise it ~som = SOMTrain.allocBuf(s, ~numnodes, 2, 3); SOMTrain. ...
- CQ_Diff.help @ Plugin
- ListTrig @ Plugin
-
PV_ExtractRepeat
@ Plugin
... read in some dance music... s.boot // Create audio containing ... to use): ~loopbuf = Buffer.alloc(s, 200, 513);Ã ( y = { | ... = 480/~bpm; b = Buffer.cueSoundFile(s, ~track, 0, 2); x = ... to use): ~loopbuf = Buffer.alloc(s, 1000, 513);Ã ( y = { | ...
- PV_Whiten @ Plugin
-
PlaneTree
@ PlaneTree
... Ã 1,Ã Ã 1],Ã Ã Ã // this one's number is 2 Ã Ã [0.5 ... Ã 1,Ã Ã 1] Ã Ã Ã // this one's number is 3 ]; ) Note that ... follow same pattern. s.boot; ~treebuf = Buffer.loadCollection(s, ~treedata.flat, ...