mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
FP8: toggle editor/mixer (now that "link" button is used)
..and some TODO notes.
This commit is contained in:
parent
9695fd4ca9
commit
ebc8e352bf
2 changed files with 5 additions and 2 deletions
|
|
@ -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 ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue