mackie: stop playing games with start/end range LEDs
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 1 Feb 2016 17:22:23 +0000 (12:22 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 1 Feb 2016 17:22:23 +0000 (12:22 -0500)
libs/surfaces/mackie/mackie_control_protocol.cc

index a96e032fbc7990d65d9a6e7d176b0841224f1430..87c945c60b2e7de938f000720420fce6d6e963de 100644 (file)
@@ -1335,11 +1335,6 @@ MackieControlProtocol::notify_transport_state_changed()
        update_global_button (Button::Rewind, session->transport_speed() < 0.0);
        update_global_button (Button::Ffwd, session->transport_speed() > 1.0);
 
-       /* turn off any LEDs for range buttons */
-
-       update_global_button (Button::Drop, off);
-       update_global_button (Button::Replace, off);
-
        // sometimes a return to start leaves time code at old time
        _timecode_last = string (10, ' ');