summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/rc_configuration_vars.h
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2014-12-17 18:48:50 +0000
committerColin Fletcher <colin.m.fletcher@googlemail.com>2014-12-19 17:12:05 +0000
commit631467f0bb2a2756c4216738ded804663b44a2a1 (patch)
treee35a9975828629975cda77fe8d000972030c2e02 /libs/ardour/ardour/rc_configuration_vars.h
parent182312640875719981999a7ed08e2d5b7506e0a0 (diff)
Change default for region selection after split on Mixbus
Mixbus prefers that both the newly-created regions as well as the existing selection are selected after splitting selected regions: make this the default on Mixbus.
Diffstat (limited to 'libs/ardour/ardour/rc_configuration_vars.h')
-rw-r--r--libs/ardour/ardour/rc_configuration_vars.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/ardour/rc_configuration_vars.h b/libs/ardour/ardour/rc_configuration_vars.h
index 0fd19aacd3..2a6ac9cba6 100644
--- a/libs/ardour/ardour/rc_configuration_vars.h
+++ b/libs/ardour/ardour/rc_configuration_vars.h
@@ -91,7 +91,8 @@ CONFIG_VARIABLE (bool, region_boundaries_from_selected_tracks, "region-boundarie
CONFIG_VARIABLE (bool, region_boundaries_from_onscreen_tracks, "region-boundaries-from-onscreen_tracks", true)
CONFIG_VARIABLE (bool, autoscroll_editor, "autoscroll-editor", true)
CONFIG_VARIABLE (FadeShape, default_fade_shape, "default-fade-shape", FadeLinear)
-CONFIG_VARIABLE (RegionSelectionAfterSplit, region_selection_after_split, "selection-after-split", None)
+CONFIG_VARIABLE (RegionSelectionAfterSplit, region_selection_after_split, "region-selection-after-split",
+ g_getenv("MIXBUS") ? ExistingNewlyCreatedBoth : None) // we can't use Profile->get_mixbus() here: Profile hasn't been created
/* monitoring, mute, solo etc */