mackie: make replace (finish-range) LED flash at the right time
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 31 Jan 2016 16:36:31 +0000 (11:36 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 31 Jan 2016 16:36:31 +0000 (11:36 -0500)
libs/surfaces/mackie/mcp_buttons.cc

index 8528975eb5654b30388fa5f727c6aca7bb49e810..004fe18859312688111e80e0b3640c947b5e525d 100644 (file)
@@ -364,6 +364,7 @@ LedState
 MackieControlProtocol::drop_press (Button &)
 {
        gui_invoke ("Editor/start-range-from-playhead");
+       update_global_button (Button::Replace, flashing);
        return on;
 }