summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-03 01:42:36 +0200
committerRobin Gareus <robin@gareus.org>2017-07-03 01:42:36 +0200
commitebc8e352bfb743b8239b1738208254ba904386f8 (patch)
treeb8bdfabe284e50e2e0c569421eb2ee7acad94bb1 /libs
parent9695fd4ca96a9a6a057d5ac453acb791543f1efc (diff)
FP8: toggle editor/mixer (now that "link" button is used)
..and some TODO notes.
Diffstat (limited to 'libs')
-rw-r--r--libs/surfaces/faderport8/actions.cc4
-rw-r--r--libs/surfaces/faderport8/callbacks.cc3
2 files changed, 5 insertions, 2 deletions
diff --git a/libs/surfaces/faderport8/actions.cc b/libs/surfaces/faderport8/actions.cc
index a0879b1902..21ed2998c3 100644
--- a/libs/surfaces/faderport8/actions.cc
+++ b/libs/surfaces/faderport8/actions.cc
@@ -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);
diff --git a/libs/surfaces/faderport8/callbacks.cc b/libs/surfaces/faderport8/callbacks.cc
index 112b1d96bb..ebd6869b8e 100644
--- a/libs/surfaces/faderport8/callbacks.cc
+++ b/libs/surfaces/faderport8/callbacks.cc
@@ -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 ()
{