diff --git a/interpolator/InterpolatorServer.sc b/interpolator/InterpolatorServer.sc index afdcbeb..136d3f9 100644 --- a/interpolator/InterpolatorServer.sc +++ b/interpolator/InterpolatorServer.sc @@ -92,11 +92,11 @@ InterpolatorServer { weightsBus.free; pointsSynthGrp.freeAll; - server.sync; // Wait for server to be done. - weightsBus = Bus.control(server, points.size); // with the new // number of // points. + server.sync; // Wait for server to be done. + points.do({|i,j| // Create all the point synths. Synth.tail( pointsSynthGrp, @@ -368,4 +368,4 @@ InterpolatorConnection { disconnect { synth.free; } -} \ No newline at end of file +}