소스 검색

10 oscillators

tags/kitchen
Pete Shadbolt 3 년 전
부모
커밋
883a25229d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      audio.scd

+ 1
- 1
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]);


불러오는 중...
취소
저장