- OnsetsDS @ OnsetsDS
-
Goertzel
@ Plugin
... 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 @ CQ_Diff.help
- 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
@ Plugin
... Ã 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, ...
-
SOMTrain_3D_example
@ SOMTrain_3D_example
... . This is similar to SOMTrain_2D_example s.boot; ~numnodes = 15; ~traindur = ... is 2D) ~dataspace = Buffer.alloc(s, ~dataspacelength, ~dataspacechanwidth); ~data = ~dataspacechanwidth ... initialise it ~som = SOMTrain.allocBuf(s, ~numnodes, 3, 4); SOMTrain ...
- CQ_Diff @ Plugin