浏览代码

Getting pretty close tbh

tags/kitchen
Pete Shadbolt 3 年前
父节点
当前提交
a9bb9aa0a9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      audio.scd

+ 1
- 1
audio.scd 查看文件

@@ -13,7 +13,7 @@ s.waitForBoot {
arg hue, saturation, value;
var oscillator, noise, filter;
oscillator = SinOsc.ar(MouseX.kr(220, 1000));
noise = WhiteNoise.ar(1);
noise = PinkNoise.ar(1);
filter = BPF.ar(noise, MouseX.kr(220, 1000), 0.0001);
Out.ar(0, filter);
});


正在加载...
取消
保存