diff --git a/audio.scd b/audio.scd index 15e0230..59163de 100644 --- a/audio.scd +++ b/audio.scd @@ -34,7 +34,7 @@ s.waitForBoot { // Create multiple sound generators modules = []; - 5.do({ + 10.do({ arg index; var synth; synth = Synth.new("module", [\hue, 0.5, \saturation, 0.1, \value, 0.5, \pan, 0.5, \gain, 0.2]);