fix the naming and behavior of always-play-range to match the button, which is follow...
authorBen Loftis <ben@harrisonconsoles.com>
Thu, 3 Jul 2014 17:25:35 +0000 (12:25 -0500)
committerBen Loftis <ben@harrisonconsoles.com>
Thu, 3 Jul 2014 17:56:33 +0000 (12:56 -0500)
commit043b76569d2420edda4e8a6781b530a281f3be7a
tree5337234d9ce0a595316c018618bdc82f9b92f957
parent53a5f5d8ca8da56c8e72b01eceadc47a9eb1783a
fix the naming and behavior of always-play-range to match the button, which is follow-edits.  when you select a range, the playhead should jump to the start of the range and begin to play the selection.  BUT (unlike previous implementation) if the user wants to relocate the playhead, then that should be allowed.  The user should always remain in charge of the playhead location.  NOTE:  your previous config setting will be invalidated.  You must re-save a session to overwrite with the new config variable
12 files changed:
gtk2_ardour/ardour_ui.cc
gtk2_ardour/ardour_ui.h
gtk2_ardour/ardour_ui2.cc
gtk2_ardour/ardour_ui_ed.cc
gtk2_ardour/ardour_ui_options.cc
gtk2_ardour/editor_drag.cc
gtk2_ardour/editor_mouse.cc
gtk2_ardour/editor_ops.cc
gtk2_ardour/editor_selection.cc
libs/ardour/ardour/rc_configuration_vars.h
libs/ardour/ardour/session.h
libs/ardour/session_transport.cc