faderport: disable automation state button mapping until (if ever) we can figure out why it kills the fader
This commit is contained in:
parent
cc607fa161
commit
40a352e8a1
@ -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 ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user