Submit Browse
Anonymous Login RSS

SuperCollider Code

All (2251) Plugin (211) Quark (444) Help (545) Doc (511) Code (540) SCDoc ↗ Forum ↗ Google ↗
  1. PV_MagGate @ Plugin

  2. OnsetsDS @ Plugin

  3. 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 ...

  4. 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. ...

  5. CQ_Diff.help @ CQ_Diff.help

  6. ListTrig @ Plugin

  7. 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 = { |which ...

  8. PV_Whiten @ Plugin

  9. 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, ~ ...

  10. SOMTrain_3D_example @ Plugin

    ... . 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 ...

prev 51 52 53 54 55 56 57 58 59 60 next

SuperCollider home doc maillist forum wiki git legacy help book

contact | by vividsnow