-
A Convolution Reverb: Stereo with Reverse Option by pyoungryangko (prko)
@ Code
... = Buffer.loadCollection(s, ~irNorm); irL = Buffer.loadCollection(s, ~irNorm); // ... irR.sendCollection(array.reverse) }); s.sync; /* Increase the number ... convTime.wait; convolver.free; s.stopRecording; inSrc.free; irSpctrmL ...
-
Filter Explorer @ 1000 Hz of the Cutoff Frequency (Centre Frequency) by pyoungryangko (prko)
@ Code
... fltSel, fltTxts; fltSel = Bus.control(s,1); synth = { arg which, ... black }{ Color.gray } ) } }; ServerMeterView.new(s, win, 10@(h-235), 0 ... h-257, 247, 247)); Stethoscope(s, view:scope); FreqScopeView(win, Rect ...
-
wavetable interpolation drone by elifieldsteel (eli.fieldsteel)
@ wavetable interpolation drone by elifieldsteel (eli.fieldsteel)
... wavetable format ~wt0Buf = Buffer.loadCollection(s, ~wt0.asWavetable); ~wt1Buf = Buffer. ... , 1); ~i1Buf = Buffer.alloc(s, 1024, 1); s.sync; ~i0Buf.setn(0 ... wavetable interpolation more observable (evaluate s.scope and adjust the horizontal ...
-
Orchestral Sound texture v1 by nicolaariutti (nicolaariutti)
@ Orchestral Sound texture v1 by nicolaariutti (nicolaariutti)
... 128; ) //boot the server s.boot; //LOAD SAMPLES ////////////////////////////////////////////////////////////////// ... tmp_buffers.add( Buffer.readChannel(s, item.fullPath, channels:1 ... tmp_buffers.add( Buffer.readChannel(s, item.fullPath, channels:1 ...
-
Eternal Elevator Ensemble by 56228375 (56228375)
@ Code
... s.options.memSize_(65536 * 10); s.reboot; s. ... tags: [\pitched] )).add; s.sync; SynthDef(\noise, { | ... tags: [\unpitched] )).add; s.sync; SynthDef(\kick, { | ...
-
A Modular Approach To Phase Modulation by bp (bp)
@ A Modular Approach To Phase Modulation by bp (bp)
... to see what I mean. ( s.waitForBoot{ SynthDef(\pmOperator, { var sig ... carriers: s.newBusAllocators; ~b0 = Bus.audio(s, 2); ~b1 = Bus.audio(s, 2 ... (~g3); ~g5 = Group.after(~g4); s.sync; // use arrays in Pbind ...
-
Server_Tutorial
@ Doc
... window. This you get with s.makeWindow (for instance for the ... read audio from the server's audio buses, read control ... an ID from the server's NodeIDAllocator. This will automatically allow ... future from the current thread's logical time. Controlling a Synth ...
-
PG_Cookbook08_Swing
@ Doc
... , which handles a note's timing differently depending on its ... . In SuperCollider patterns, it's more convenient to express rhythm ... moved later, using the event's timingOffset (see Pattern Guide ... . Two notes: * The event's timingOffset may be nonzero, in ...
-
PG_06f_Server_Control
@ Doc
... private bus) for the pattern's synths. Pfx(pattern, fxname, ... important to keep the signal's integrity. If the gate is ... under the user's control (not the pattern's). JITLib's proxy system ... event types, described in Pproto's help file. The pattern is ...
-
10-SynthDefs-and-Synths
@ Doc
... parts of the server's architecture, and should not ... in the interpreter variable 's' at any given moment) ... use any of Function's audio creating methods what ... desired audio. So Function's audio methods provide a ... you can control it's behaviour in various ways. ...