13
0

faderport: disable automation state button mapping until (if ever) we can figure out why it kills the fader

This commit is contained in:
Paul Davis 2015-12-14 13:27:50 -05:00
parent cc607fa161
commit 40a352e8a1

View 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 ();