-
Paulstretch for SuperCollider by jpdrecourt (jpdrecourt)
@ Code
... 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) @ Code
-
[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 ...
-
How to Record Multichannel Output in SuperCollider by bruno (Bruno Ruviaro)
@ How to Record Multichannel Output in SuperCollider by bruno (Bruno Ruviaro)
... 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)
@ 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; ) ...
-
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 ...
-
PG_06g_Data_Sharing
@ PG_06g_Data_Sharing
... environment the next time it's awakened. Penvir establishes an environment ... any SynthDef control names. There's no harm in having extra ... the event in the stream's copy of the storage ... environment, and it's available to both Pbinds because ...
-
PG_02_Basic_Vocabulary
@ PG_02_Basic_Vocabulary
... in good time. Let's start with a very quick ... pattern in order. That's also a taste of ... geometric series Now, let's move to patterns that ... performs this calculation. It's necessary to give an ... a routine. The stream's output values are whatever ...
-
PG_060_Filter_Patterns
@ Doc
... value is repeated. It's like a clutch in a ... quot; behavior to the event's rhythmic values. The source pattern ... to an infinite pattern, there's no looping because the pattern ... private bus) for the pattern's synths. Pfx(pattern, fxname, ...
-
PG_Cookbook01_Basic_Sequencing
@ PG_Cookbook01_Basic_Sequencing
... single number, but if it's an array instead, the pattern ... a melody that's always on top. It's a compound pattern ... send values to them. It's worth noting that the pattern ... seconds depends on the clock's tempo. The SynthDef, however, always ...