-
GrainFM
@ Help
... account for this difference. Examples: s.boot; ( var winenv; // a custom ... ], [8, -8]); z = Buffer.sendCollection(s, winenv.discretize, 1); SynthDef(\fm_grain_test ... , 10), pan, envbuf) * env) }).send(s); ) // use built-in env x ...
-
GrainIn
@ GrainIn
... account for this difference. Examples: s.boot; ( var winenv; // a custom ... ], [8, -8]); z = Buffer.sendCollection(s, winenv.discretize, 1); SynthDef(\in_grain_test ... .05, pan, envbuf) * env) }).send(s); ) // use built-in env x ...
-
LocalBuf
@ Help
... then reshaped into the buffer's current format by flattening. Since ... same as the new synth's. see also SetBuf, ClearBuf // example ... , 0.1); // add some 70's euro-space-rock echo CombN ...
- InTrig @ Help
- XOut @ XOut
-
Tap
@ Tap
... a buffer.à b=Buffer.alloc(s, s.sampleRate, 1); //enough space for ... one tap each ear à }).send(s);à ) x=Synth(\helpTap,[\bufnum, b ...
-
MultiTap
@ Help
... longest tap time. s.boot; b = Buffer.alloc(s, s.sampleRate); ( { MultiTap.ar ...
-
RandID
@ Help
RandID set the synth's random generator id RandID.kr( ... .05) + Dust2.ar(70)Ã ) }).send(s); ) // reset the seed of my ... , 0, 10, 11)), seed); }).send(s); ) // start two noise synths on ...
-
RandSeed
@ Help
RandSeed set the synth's random generator seed RandSeed.kr( ... nonpositive to positve, the synth's random generator seed is reset ... , 0, sustain, doneAction:2) ) }).send(s); ) // the exact same sound is ...
- Onsets @ Onsets