- Accurate Yamaha DX-7 Emulation Using Supercollider by egegonul (egegonul) @ Accurate Yamaha DX-7 Emulation Using Supercollider by egegonul (egegonul)
-
supercollider implementation of padsynth algorithm. by 56228375 (56228375)
@ Code
... ; 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)
@ 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)
@ 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)
@ 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 ...
-
Sound illusions. by javierlucasm (javierlucasm)
@ Sound illusions. by javierlucasm (javierlucasm)
... ])}.play;// F# 1.wait; s.freeAll; {SinOsc.ar([3002,2782 ... ])}.play;// A 1.wait; s.freeAll; {SinOsc.ar([2395, ... ])}.play;// G# 1.wait; s.freeAll; {SinOsc.ar([2533,2312 ... ,2232])}.play;// Bb 1.wait; s.freeAll; }) )// Evaluate first this ...
-
Overtone Explorer by pyoungryangko (prko)
@ Overtone Explorer by pyoungryangko (prko)
... ampNum.value_(ampSlider.value); }; ServerMeterView(s, win, (2 + 511 ... ServerMeterView.getWidth(0, 1, s), upperHeight + 1, 255, ... 255 )); waveform = Stethoscope(s, 1, view: waveformView); ...