diff --git a/classes/Granulator.sc b/classes/Granulator.sc index f47b0ea..e7005bd 100644 --- a/classes/Granulator.sc +++ b/classes/Granulator.sc @@ -1,13 +1,9 @@ Granulator { - var posb, modb, 0, { -1 }, { 1 })); } + chorus_ { | v | chorus = v; pitchsynth.set(\chorus, v); } + detune_ { | v | detune = v; pitchsynth.set(\detune, v); } + pitch_ { | v | pitch = v; pitchsynth.set(\pitch, v); } } \ No newline at end of file