mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
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
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue