FP8: toggle editor/mixer (now that "link" button is used)

..and some TODO notes.
This commit is contained in:
Robin Gareus 2017-07-03 01:42:36 +02:00
parent 9695fd4ca9
commit ebc8e352bf
2 changed files with 5 additions and 2 deletions

View file

@ -98,7 +98,7 @@ FaderPort8::setup_actions ()
BindMethod (BtnBypass, button_bypass);
BindAction (BtnBypassAll, "Mixer", "ab-plugins");
BindAction (BtnMacro, "Mixer", "show-editor");
BindAction (BtnMacro, "Common", "toggle-editor-and-mixer");
BindMethod (BtnOpen, button_open);
BindMethod (BtnLink, button_link);
@ -239,6 +239,8 @@ FaderPort8::button_automation (ARDOUR::AutoState as)
break;
}
// TODO link/lock control automation?
// apply to all selected tracks
StripableList all;
session->get_stripables (all);

View file

@ -66,7 +66,8 @@ FaderPort8::send_session_state ()
notify_automation_mode_changed (); // XXX (stip specific, see below)
}
// TODO: AutomationState display of plugin & send automation ?!
// TODO: AutomationState display of plugin & send automation
// TODO: link/lock control AS.
void
FaderPort8::notify_automation_mode_changed ()
{