- Walsh-Hadamart transformations in supercollider by 56228375 (56228375) @ Walsh-Hadamart transformations in supercollider by 56228375 (56228375)
-
Wavetable Synthesis Patterns by elifieldsteel (eli.fieldsteel)
@ Wavetable Synthesis Patterns by elifieldsteel (eli.fieldsteel)
... ; ServerTree.remove(~add_reverb); //initialization s = Server.local; t = ... permanent_(true); s.newBusAllocators; ~rbus = Bus.audio(s,2); s.waitForBoot({ ... rbus])}; ServerTree.add(~add_reverb); s.freeAll; s.sync; //background pad using ...
-
crude ringbuffer recording by lfsaw (LFSaw)
@ Code
... 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. ...
-
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(\ ...
- 9/8 drum'n strings by bernhard (bernhard) @ 9/8 drum'n strings by bernhard (bernhard)
-
[SIMPLE] Random Pad Generator by checco-ruseo (Checco Ruseo)
@ Code
... .ar(out,d.res); }).add; s.sync; }; // Utility // Ex: ~playNote.(\sin1 ... /execution. */ ~startScore = { |e| var func = { s.waitForBoot{ { ~ifNotAlreadyExecuting.({ ~prepare.(); ~executing = true ...
-
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); // ...
-
Auditory Scene Analysis, a SuperCollider companion (Chapter 1) by mjf352 (mjf352)
@ Auditory Scene Analysis, a SuperCollider companion (Chapter 1) by mjf352 (mjf352)
... 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; ) ...
- demo: backtracking constraint solver by jamshark70 (jamshark70) @ demo: backtracking constraint solver by jamshark70 (jamshark70)
-
harmonized harmonic minor scale, chords + melody by josecaos (joseCaos)
@ harmonized harmonic minor scale, chords + melody by josecaos (joseCaos)
... |65| 68|69 ////////////// s.boot; s.scope; s.meter; FreqScope.new; // s.record; //////// (// * (//fx ... (\melodia).stop; Tdef(\acordes).stop; s.stopRecording;