Submit Browse
Anonymous Login RSS

SuperCollider Code

All (2251) Plugin (211) Quark (444) Help (545) Doc (511) Code (540) SCDoc ↗ Forum ↗ Google ↗
  1. 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 { ...

  2. PV_MagGate @ PV_MagGate

  3. OnsetsDS @ OnsetsDS

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

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

  6. CQ_Diff.help @ Plugin

  7. ListTrig @ Plugin

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

  9. PV_Whiten @ PV_Whiten

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

prev 1 2 3 4 5 6 7 8 9 10 next

SuperCollider home doc maillist forum wiki git legacy help book

contact | by vividsnow