Submit Browse
Anonymous Login RSS

SuperCollider Code

All (2251) Plugin (211) Quark (444) Help (545) Doc (511) Code (540) SCDoc ↗ Forum ↗ Google ↗
  1. Add it up! by codepool (codepool) @ Code

  2. Non-Linear Mess#2 by tiagmoraismorgado (tiagmoraismorgado) @ Non-Linear Mess#2 by tiagmoraismorgado (tiagmoraismorgado)

  3. sync looper by ovo (ovo) @ sync looper by ovo (ovo)

    ... synchronized loop /* _______SYNC_LOOPER__________ */ ( s.waitForBoot{ SynthDef(\syncPhs, {|sync=8 ... son*amp); }).send(s); ~loop = (); ~gLoop = Group.new(s); s.sync; ~gLoopPlay = ... ~loop.put(\buffer, Buffer.alloc(s, s.sampleRate * 60, 1)); // ...

  4. In-between, longing by jpdrecourt (jpdrecourt) @ Code

    ... s.reboot; s.waitForBoot { Buffer.freeAll(s); Pdef.clear; s ... .freeAll; q.clear; s.sync ... \Reset).asSymbol].(); nil }); }; s.sync; //////////////////////////////////////////////////////////// // MasterChain effects ...

  5. SpacePan - A Spatial Audio Environment by audioholic (audioholic) @ Code

  6. Vocal Clouds (work in progress) by emergent (emergent) @ Code

    ... ( // configure server s = Server.local; s.options.sampleRate_(44100); s.options.memSize_(65536 ... .add(~makeBuffers); ServerQuit.add(~cleanup); s.waitForBoot({ s.sync; SynthDef.new(\voxgrains ...

  7. OSC etude #1 by emergent (emergent) @ Code

  8. SCTweets - 140 Character - swiki repost by zecraum (zecraum) @ Code

  9. Operator-synth_Isomorphic-version by marty-carlton (Marty Carlton) @ Code

  10. Convolution reverb and impulse responses by zecraum (zecraum) @ Code

    ... .buffer = Buffer.alloc(s, s.sampleRate * a.bufferTime, 1); s.sync; // write into ... postln; }.fork; }); ) ////////////////////////////////////////////////////// // prepare irspectrum buffer ( { s.sync; a.bufsize = PartConv.calcBufSize ...

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