-
supercollider implementation of padsynth algorithm. by 56228375 (56228375)
@ supercollider implementation of padsynth algorithm. by 56228375 (56228375)
... ; var spectrum, xvals; s.freeAll; s.freeAllBuffers; s.sync; sgroup = Group. ... // output in stereo }).add; s.sync; // calculate single wavetable ... generated */| var fftsize = (min_length*s.sampleRate).nextPowerOfTwo; var pars = ...
-
A Convolution Reverb: Stereo with Reverse Option by pyoungryangko (prko)
@ A Convolution Reverb: Stereo with Reverse Option by pyoungryangko (prko)
... = 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)
@ Filter Explorer @ 1000 Hz of the Cutoff Frequency (Centre Frequency) by pyoungryangko (prko)
... 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)
@ Code
... 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)
@ Code
... 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)
@ Code
... 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 ...
- f0 sound detector by redfrik (redFrik) @ Code
- Abusing Convolution2 to make pitch by jamshark70 (jamshark70) @ Code
-
Any Moment by schemawound (Schemawound)
@ Code
... ~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 ...