Make automation-follows-regions the default.
authorCarl Hetherington <carl@carlh.net>
Thu, 12 Aug 2010 00:39:46 +0000 (00:39 +0000)
committerCarl Hetherington <carl@carlh.net>
Thu, 12 Aug 2010 00:39:46 +0000 (00:39 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@7607 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/ardour/rc_configuration_vars.h

index 8879f2720ae988919d83a517bfd12e32b0d12c42..244744cfe2c0badb4e77b58fd8045e866a6ebe79 100644 (file)
@@ -64,7 +64,7 @@ CONFIG_VARIABLE (bool, use_osc, "use-osc", false)
 CONFIG_VARIABLE (EditMode, edit_mode, "edit-mode", Slide)
 CONFIG_VARIABLE (bool, link_region_and_track_selection, "link-region-and-track-selection", false)
 CONFIG_VARIABLE (std::string, keyboard_layout_name, "keyboard-layout-name", "ansi")
-CONFIG_VARIABLE (bool, automation_follows_regions, "automation-follows-regions", false)
+CONFIG_VARIABLE (bool, automation_follows_regions, "automation-follows-regions", true)
 CONFIG_VARIABLE (bool, region_boundaries_from_selected_tracks, "region-boundaries-from-selected-tracks", true)
 CONFIG_VARIABLE (bool, region_boundaries_from_onscreen_tracks, "region-boundaries-from-onscreen_tracks", true)