Browse Source

10 oscillators

tags/kitchen
Pete Shadbolt 3 years ago
parent
commit
883a25229d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      audio.scd

+ 1
- 1
audio.scd View File

@@ -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]);


Loading…
Cancel
Save