-
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
@ SOMTrain_2D_example
... 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
@ PV_ExtractRepeat
... 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 = { |which ...
- PV_Whiten @ PV_Whiten
-
PlaneTree
@ Plugin
... asBinaryDigits gives 11011, so that's right-left-right-right. Example ... 7, 1, 1], // this one's number is 2 [0.5 ... 8, 1, 1] // this one's number is 3 ]; ) Note that ... follow same pattern. s.boot; ~treebuf = Buffer.loadCollection(s, ~treedata.flat, ~ ...