Submit Browse
Anonymous Login RSS

SuperCollider Code

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

    ... (more computationally intensive). Examples: s = Server.local; s.boot; //Use headphones for ... * env); }).send(s); ) // stereo buffer b = Buffer.alloc(s, s.sampleRate * 16, 2 ... the duration buf = Buffer.alloc(s, thisnotedur * s.sampleRate * 0.5, 2 ...

  2. LICENSE @ Quark

  3. gpl @ Quark

  4. BufferBlock @ Quark

  5. STKinstructions @ STKinstructions

  6. SOMTrain @ SOMTrain

    ... size: ~asuitablebuffer = SOMTrain.allocBuf(s, netsize, numdims, numinputdims); // ... dimension examples see SOMTrain_2D_example, SOMTrain_3D_example) s.boot; ~numnodes = 20; ~traindur ... dataspace = Buffer.alloc(s, s.sampleRate); // Let's have 1 second of ...

  7. Squiz @ Plugin

  8. trainFromFile @ Plugin

    ... data with a sinusoidal relationship: s.boot; ~toydata = { var num ... sin]}.dup(10000); // Let's plot the data - looks just ... ~sf.close; // Check it's still sinusoidal: b = Buffer.read ... somdata = data.clump(2)}) }); // Let's plot it: ( ~winsize = 700; ...

  9. Qitch @ Qitch

  10. PV_FreqBuffer @ Plugin

    ... (chain, freqbuf); IFFT(chain); }).load(s); SynthDef(\magbuffersynth, {arg gate = 1 ... .ar(0, out * env); }).load(s); ) s.boot; // allocate the fft buf ... ]); ) // start the analuysis ( s.sendMsg(\s_new, \magbufferana, z = s.nextNodeID, 0, 1 ...

prev 11 12 13 14 15 16 17 18 19 20 next

SuperCollider home doc maillist forum wiki git legacy help book

contact | by vividsnow