Explorar el Código

Getting pretty close tbh

tags/kitchen
Pete Shadbolt hace 3 años
padre
commit
a9bb9aa0a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      audio.scd

+ 1
- 1
audio.scd Ver fichero

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


Cargando…
Cancelar
Guardar