Submit Browse
Anonymous Login RSS

SuperCollider Code

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

    ... BFDecode1 and it's methods. s=Server.internal.boot; s.scope; // You'll ... )) }).load(s); s.sendMsg(\s_new, \testster, a=s.nextNodeID, 0, 1); s.sendMsg(\n_free ...

  2. WarpZ @ Plugin

    ... Inspired by Chad Kirby's SuperCollider2 Warp1 class, which ... inspired by Richard Karpen's sndwarp for CSound. A ... to windowSize / overlaps). Examples: s.boot; ( var winenv; // ... quot;); z = Buffer.sendCollection(s, winenv.discretize, 1); SynthDef ...

  3. FMGrainB @ Plugin

    ... envelope of the grain Examples: s.boot; SynthDef(\fm_grain_test, {arg gate ... , levelScale: amp, doneAction: 2) ) ) }).load(s); z = Env([0, 1, 0 ... , -10]).asSignal(1024); s.sendMsg(\b_alloc, b = s.bufferAllocator.alloc(1), 1024 ...

  4. PV_MaxMagN @ PV_MaxMagN

    ... (0, out); }).load(s); s.boot; // the fft buf s.sendMsg(\b_alloc, 0 ... ); // start the synth s.sendMsg(\s_new, \maxmag, z = s.nextNodeID, 0, 1 ... , \fftbuf, 0); // free it s.sendMsg(\n_free, z); s.sendMsg(\b_free, 0 ...

  5. OverlapTexture @ OverlapTexture

    ... which control an envelope's attack, sustain and decay ... ar(0, sound); }).load(s); ) s.boot; a = OverlapTexture.new(\ ... .ar(0, sound); }).load(s); ) s.boot; a = OverlapTexture.new([\ ... sinetest, \noisetest], s); a.play(60, 1, 1 ...

  6. f0 sound detector by redfrik (redFrik) @ Code

  7. Abusing Convolution2 to make pitch by jamshark70 (jamshark70) @ Code

  8. Any Moment by schemawound (Schemawound) @ Any Moment by schemawound (Schemawound)

    ... ~verbBus1 = Bus.audio(s, 2); ~verbBus2 = Bus.audio(s, 2); //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- VERBS ... sourceGroup); ~water25CtrlBus = Bus.control(s, 1); ~water25CtrlBus.set(0 ... sourceGroup); ~water50CtrlBus = Bus.control(s, 1); ~water50CtrlBus.set(0 ...

  9. Nooge by rwentk (rwentk) @ Nooge by rwentk (rwentk)

    ... , 1); var stereoBuffer1R = Buffer.alloc(s, s.sampleRate*3, 1); var monoBuffer1 ... = Buffer.alloc(s, s.sampleRate*2, 1); var rootPitch ...

  10. Telegraph Incantation [disquiet0050-morsebeat] by schemawound (Schemawound) @ Code

prev 31 32 33 34 35 36 37 38 39 40 next

SuperCollider home doc maillist forum wiki git legacy help book

contact | by vividsnow