Browse Source

Broken

master
Pete Shadbolt 1 year ago
parent
commit
beb2a18fcd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      audio.scd

+ 1
- 0
audio.scd View File

@@ -75,6 +75,7 @@ s.waitForBoot {
modules[msg[1]].set(\hue, msg[2]);
modules[msg[1]].set(\saturation, msg[3]);
modules[msg[1]].set(\value, msg[4]);
modules[msg[1]].set(\note, Scale.major.degreeToFreq((msg[2]*12).floor, 48.midicps, octave));
}
}
};


Loading…
Cancel
Save