From 40a352e8a1d6c4d91f06d542a2851346bc887cb6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 14 Dec 2015 13:27:50 -0500 Subject: [PATCH] faderport: disable automation state button mapping until (if ever) we can figure out why it kills the fader --- libs/surfaces/faderport/faderport.cc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libs/surfaces/faderport/faderport.cc b/libs/surfaces/faderport/faderport.cc index 56706fa431..46ff569c43 100644 --- a/libs/surfaces/faderport/faderport.cc +++ b/libs/surfaces/faderport/faderport.cc @@ -1103,6 +1103,12 @@ FaderPort::set_current_route (boost::shared_ptr r) void FaderPort::map_auto () { + /* December 14th 2015: setting the LED states of these buttons + interferes with fader operation. + */ + + return; + boost::shared_ptr control = _current_route->gain_control (); const AutoState as = control->automation_state ();