-
Cepstrum
@ Cepstrum
... the shape of a signal's log-power spectrum. Because this ... log is important because that's part of what helps separate ... Example s.boot; ~fftbuf = Buffer.alloc(s, 2048); ~cepbuf = Buffer.alloc(s, 1024 ...
- ListTrig.help @ ListTrig.help
- PV_MagMulAdd @ Plugin
- FFTCrest @ FFTCrest
-
Breakcore
@ Plugin
... 25*44100 b = Buffer.alloc(s,44100); ( ~breakfilenames= Array ... size,{arg i; Buffer.read(s,~breakfilenames[i])}); ) ( SynthDef ... doneAction:2) ) }).play(s,[\bufnum,b.bufnum,\target,~ ... 10,doneAction:2) ) }).play(s,[\bufnum,b.bufnum]); ) ( SynthDef ...
-
NTube
@ Plugin
... 0.99,0.01)) }).send(s);Ã SynthDef(\ntubehelp,{|out=0, ... ).max(-1.0)),pan));Ã }).send(s);Ã ) ( var n=7;Ã var ... group= Group.basicNew(s,1);Ã t.stop; t={ ... (n, 0.001, maxdur)]); // //s.bind({ //a.set(\freq, exprand ...
-
AY
@ Plugin
... in each channel, so it's not linear. Ã * vola, volb, volc ... the resulting signal The chip's inputs are integer values, so ... as a SC UGen. Examples s.boot; // Default... x = {AY.ar ... , Pan2.ar(ay, pan)); }).load(s); ) x = Synth(\ay1, [\wobbly, 0 ...
- PV_BinPlayBuf @ PV_BinPlayBuf
-
DelTapRd
@ Plugin
... sample rate b = Buffer.alloc(s, s.sampleRate * 1, 1); // ... src + tap2, tap1 + tap3]) }).send(s); x = Synth(\test, [\buffer, b ... Out.kr(cout, tapPhase); }).send(s); SynthDef(\readFilt, {arg buffer, ... Out.ar(0, filt); }).send(s); c = Bus.control; x = ...
-
AtsNoiSynth
@ AtsNoiSynth
... to store ATS data in. s.boot; a = AtsFile.new ... noisePct: 1, mul: 1) }.play(s); ); ( //play noise only, don' ... 0.5), mul: 1) }.play(s); ); ( //resynthesize every other noise ... bandSkip: 2, mul: 10) }.play(s); ); ( //resynthesize only the upper ...