X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_MIDI.pde;h=9a27f8ca79f18981eedc0e8958f4db522b896df2;hb=677670a68d3c3a57f3442fa40a1c3595c0c43789;hp=a584ef9097d72a69543336def3fc6ef872620b3f;hpb=41c436e44eab6543d888df116e90b047cf0b7a50;p=SugarCubes.git diff --git a/_MIDI.pde b/_MIDI.pde index a584ef9..9a27f8c 100644 --- a/_MIDI.pde +++ b/_MIDI.pde @@ -641,6 +641,12 @@ class APC40MidiOutput implements LXParameter.Listener, GridOutput { lx.cycleBaseHue(60000); output.sendNoteOn(6, 49, 127); + + // Turn off the track selection lights + for (int i = 0; i < 8; ++i) { + output.sendNoteOn(i, 51, 0); + } + output.sendNoteOn(0, 80, 0); } private void resetParameters() {