Submit Browse
Anonymous Login RSS

SuperCollider Code

All (2251) Plugin (211) Quark (444) Help (545) Doc (511) Code (540) SCDoc ↗ Forum ↗ Google ↗
  1. crude ringbuffer recording by lfsaw (LFSaw) @ crude ringbuffer recording by lfsaw (LFSaw)

    ... buffers with record-once control ( s.waitForBoot{ q = q ? (); ... .allocConsecutive(q.ringInputChannels.size, s, q.ringBufLength * s.sampleRate, ); }; ) ( Ndef(\ ... end: BufFrames.kr(buf), resetPos: s.options.blockSize ); rdPhasor = Phasor. ...

  2. Paulstretch for SuperCollider by jpdrecourt (jpdrecourt) @ Paulstretch for SuperCollider by jpdrecourt (jpdrecourt)

    ... as follows: //// envBuf = Buffer.alloc(s, s.sampleRate, 1); //// envSignal = Signal. ... grain envelope envBuf = Buffer.alloc(s, s.sampleRate, 1); envSignal = Signal ... 1.0); envBuf.loadCollection(envSignal); s.sync(); // Runs indefinitely Synth(\ ...

  3. 9/8 drum'n strings by bernhard (bernhard) @ 9/8 drum'n strings by bernhard (bernhard)

  4. [SIMPLE] Random Pad Generator by checco-ruseo (Checco Ruseo) @ [SIMPLE] Random Pad Generator by checco-ruseo (Checco Ruseo)

    ... .ar(out,d.res); }).add; s.sync; }; // Utility // Ex: ~playNote.(\sin1 ... /execution. */ ~startScore = { |e| var func = { s.waitForBoot{ { ~ifNotAlreadyExecuting.({ ~prepare.(); ~executing = true ...

  5. How to Record Multichannel Output in SuperCollider by bruno (Bruno Ruviaro) @ Code

    ... 4-channel output s.options.numOutputBusChannels = 4; s.reboot; // You ... .do({ arg thisRecorder; thisRecorder.stopRecording }) s.freeAll; // ===================== // NOTE: if ... in the default recordings directory): s.record(numChannels: 4); // ...

  6. Auditory Scene Analysis, a SuperCollider companion (Chapter 1) by mjf352 (mjf352) @ Code

    ... Published: 1990 */ s.boot; s.quit; s.reboot; /* page 14 ... is gated ( ~regular_masking.stop; s.freeAll; ~illusion_regular.stop; ) ... is gated ( ~regular_masking.stop; s.freeAll; ~illusion_regular.stop; ) ...

  7. fast fm windchimes 4 fealty by scitotils (s2s2s2s2s) @ Code

    ... buf1=Buffer.alloc(s,1024); buf2=Buffer.alloc(s,1024); s.sync; fx ... 313, 0.111 ].choose; s.makeBundle(s.latency,{ Synth(\fm,[\key,key ...

  8. Space Game by mjsyts (mjsyts) @ Code

    ... fun. ( s = Server.local; s.options.sampleRate_(44100); s.newBusAllocators; s.waitForBoot({ var ... Bus.control(s,1); ~revIn = Bus.audio(s,1); s.sync; SynthDef(\ ... Out.kr(~lfoBus, sig); }).add; s.sync; Synth(\lfo); ~alienSynth = { ...

  9. controlling a synth with HID by beatboxchad (beatboxchad) @ controlling a synth with HID by beatboxchad (beatboxchad)

  10. 07_SynthDefs @ 07_SynthDefs

    ... load message and the variable 's' * The .send message and ... graph.html Template -------- Here's a template for a ... load message and the variable 's' -------------------------------------- The .load message writes ... at which point it's also assigned to the ...

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