FP8: toggle editor/mixer (now that "link" button is used)
..and some TODO notes.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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 ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user