This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
radio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
10 oscillators
tags/kitchen
Pete Shadbolt
3 years ago
parent
3cfebdf982
commit
883a25229d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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]);
Write
Preview
Loading…
Cancel
Save