From 883a25229d950e57d886c0a0e1f3bdf3d9d5497e Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Mon, 3 May 2021 19:56:13 -0700 Subject: [PATCH] 10 oscillators --- audio.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]);