Browse Source

Getting pretty close tbh

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

+ 1
- 1
audio.scd View File

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


Loading…
Cancel
Save