Quellcode durchsuchen

Rudimentary - work in progress

tags/kitchen
Pete Shadbolt vor 3 Jahren
Ursprung
Commit
f05555a104
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      audio.scd

+ 2
- 2
audio.scd Datei anzeigen

@@ -34,7 +34,7 @@ s.waitForBoot {
// Create multiple sound generators
modules = [];
16.do({
3.do({
arg index;
var synth;
synth = Synth.new("module", [\hue, 0.5, \saturation, 0.1, \value, 0.5, \pan, 0.5, \gain, 0.9]);
@@ -49,7 +49,7 @@ s.waitForBoot {
modules[msg[1]].set(\saturation, msg[3]);
modules[msg[1]].set(\value, msg[4]);
modules[msg[1]].set(\pan, msg[5]);
s.sync;
//s.sync;
}
};
thisProcess.addOSCRecvFunc(f);


Laden…
Abbrechen
Speichern