X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_MIDI.pde;h=fc06538daf342eeac6871748586bcdddc19812ab;hb=f6394aaaec0b3c3f364a376860967f84959e0580;hp=2abd30de260961aff679082b277dec2aeee86156;hpb=1b65b8ce3a3557c110e79a2166d8454c9c2d2d67;p=SugarCubes.git diff --git a/_MIDI.pde b/_MIDI.pde index 2abd30d..fc06538 100644 --- a/_MIDI.pde +++ b/_MIDI.pde @@ -585,9 +585,9 @@ public class APC40MidiInput extends GenericDeviceMidiInput { case 52: // CLIP STOP if (nChan < PresetManager.NUM_PRESETS) { if (shiftOn) { - presetManager.store(nChan); + presetManager.store(getTargetDeck(), nChan); } else { - presetManager.select(nChan); + presetManager.select(getTargetDeck(), nChan); } } break;