faderport: disable automation state button mapping until (if ever) we can figure...
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 14 Dec 2015 18:27:50 +0000 (13:27 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 14 Dec 2015 18:28:31 +0000 (13:28 -0500)
libs/surfaces/faderport/faderport.cc

index 56706fa4312f1f706739a035bdcce70cdc20e98f..46ff569c43b85ef8192e0824bc99c79b103e5410 100644 (file)
@@ -1103,6 +1103,12 @@ FaderPort::set_current_route (boost::shared_ptr<Route> r)
 void
 FaderPort::map_auto ()
 {
+       /* December 14th 2015: setting the LED states of these buttons
+          interferes with fader operation.
+       */
+
+       return;
+
        boost::shared_ptr<AutomationControl> control = _current_route->gain_control ();
        const AutoState as = control->automation_state ();