-
WarpZ
@ WarpZ
... Inspired by Chad Kirby's SuperCollider2 Warp1 class, which ... inspired by Richard Karpen's sndwarp for CSound. A ... to windowSize / overlaps). Examples: s.boot; ( var winenv; // ... quot;); z = Buffer.sendCollection(s, winenv.discretize, 1); SynthDef ...
-
FMGrainB
@ FMGrainB
... envelope of the grain Examples: s.boot; SynthDef(\fm_grain_test, {arg gate ... , levelScale: amp, doneAction: 2) ) ) }).load(s); z = Env([0, 1, 0 ... , -10]).asSignal(1024); s.sendMsg(\b_alloc, b = s.bufferAllocator.alloc(1), 1024 ...
-
PV_MaxMagN
@ PV_MaxMagN
... (0, out); }).load(s); s.boot; // the fft buf s.sendMsg(\b_alloc, 0 ... ); // start the synth s.sendMsg(\s_new, \maxmag, z = s.nextNodeID, 0, 1 ... , \fftbuf, 0); // free it s.sendMsg(\n_free, z); s.sendMsg(\b_free, 0 ...
-
OverlapTexture
@ OverlapTexture
... which control an envelope's attack, sustain and decay ... ar(0, sound); }).load(s); ) s.boot; a = OverlapTexture.new(\ ... .ar(0, sound); }).load(s); ) s.boot; a = OverlapTexture.new([\ ... sinetest, \noisetest], s); a.play(60, 1, 1 ...
- f0 sound detector by redfrik (redFrik) @ f0 sound detector by redfrik (redFrik)
- 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 ...
-
Nooge by rwentk (rwentk)
@ Code
... , 1); var stereoBuffer1R = Buffer.alloc(s, s.sampleRate*3, 1); var monoBuffer1 ... = Buffer.alloc(s, s.sampleRate*2, 1); var rootPitch ...
- Telegraph Incantation [disquiet0050-morsebeat] by schemawound (Schemawound) @ Telegraph Incantation [disquiet0050-morsebeat] by schemawound (Schemawound)
- CloudGenMiniExtraSynthDefs by bateslewis (bateslewis) @ Code