summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-04-20 21:27:44 +0200
committerRobin Gareus <robin@gareus.org>2016-04-20 21:28:03 +0200
commit62937ea1a658786f7615258bfe77af096c73123b (patch)
tree7d45eed3582c74aa169df04c2544927ee0351138 /gtk2_ardour/rc_option_editor.cc
parent49d044bf04886ad62e08839518c914ccff52794a (diff)
special case send panning for MB
since the route does not use Ardour pannersi"link panners" here only affects send <> send linking.
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 3d5badf57b..599c4c46c8 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -2611,6 +2611,8 @@ if (!Profile->get_mixbus()) {
add_option (_("Solo & mute"), new OptionEditorHeading (_("Send Routing")));
+
+if (!ARDOUR::Profile->get_mixbus()) {
add_option (_("Solo & mute"),
new BoolOption (
"link-send-and-route-panner",
@@ -2618,6 +2620,7 @@ if (!Profile->get_mixbus()) {
sigc::mem_fun (*_rc_config, &RCConfiguration::get_link_send_and_route_panner),
sigc::mem_fun (*_rc_config, &RCConfiguration::set_link_send_and_route_panner)
));
+}
add_option (_("MIDI"), new OptionEditorHeading (_("MIDI Preferences")));