X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_MIDI.pde;h=ae14990f0813825f3af2d937639a8c421eda690c;hb=ec5a2e4a39c4f87b8ad72d0f13dadbd5aabf6f44;hp=06c3244c0491b08189a6d6f721528826f57a35c6;hpb=45acdbc0a9eeae34ce1d8beeb10d4f12448f9aed;p=SugarCubes.git diff --git a/_MIDI.pde b/_MIDI.pde index 06c3244..ae14990 100644 --- a/_MIDI.pde +++ b/_MIDI.pde @@ -441,6 +441,9 @@ public class APC40MidiInput extends GenericDeviceMidiInput { case 49: // SOLO/CUE switch (nChan) { + case 4: + EFF_colorFucker.mono.setValue(1); + break; case 5: EFF_colorFucker.invert.setValue(1); break; @@ -526,6 +529,9 @@ public class APC40MidiInput extends GenericDeviceMidiInput { case 49: // SOLO/CUE switch (nChan) { + case 4: + EFF_colorFucker.mono.setValue(0); + break; case 5: EFF_colorFucker.invert.setValue(0); break;