diff --git a/classes/Granulator.sc b/classes/Granulator.sc index e0d590d..e40dd4f 100644 --- a/classes/Granulator.sc +++ b/classes/Granulator.sc @@ -1,7 +1,7 @@ Granulator { - var posb, posb, 0, { -1 }, { 1 })); } chorus_ { | v | chorus = v; pitchsynth.set(\chorus, v); } + harmonics_ { | v | harmonics = v; pitchsynth.set(\harmonics, v); } detune_ { | v | detune = v; pitchsynth.set(\detune, v); } pitch_ { | v | pitch = v; pitchsynth.set(\pitch, v); }