Explorar el Código

10 oscillators

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

+ 1
- 1
audio.scd Ver fichero

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


Cargando…
Cancelar
Guardar