turn off overlap-equivalency for region matching as the default
git-svn-id: svn://localhost/ardour2/trunk@1355 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
013ec97732
commit
f7d48b79f1
@ -36,7 +36,6 @@ CONFIG_VARIABLE (HeaderFormat, native_file_header_format, "native-file-header-f
|
|||||||
|
|
||||||
CONFIG_VARIABLE (uint32_t, osc_port, "osc-port", 3819)
|
CONFIG_VARIABLE (uint32_t, osc_port, "osc-port", 3819)
|
||||||
CONFIG_VARIABLE (bool, use_osc, "use-osc", true)
|
CONFIG_VARIABLE (bool, use_osc, "use-osc", true)
|
||||||
CONFIG_VARIABLE (bool, use_overlap_equivalency, "use-overlap-equivalency", true)
|
|
||||||
|
|
||||||
/* crossfades */
|
/* crossfades */
|
||||||
|
|
||||||
@ -115,6 +114,7 @@ CONFIG_VARIABLE (bool, no_new_session_dialog, "no-new-session-dialog", false)
|
|||||||
CONFIG_VARIABLE (bool, use_vst, "use-vst", true)
|
CONFIG_VARIABLE (bool, use_vst, "use-vst", true)
|
||||||
CONFIG_VARIABLE (uint32_t, subframes_per_frame, "subframes-per-frame", 100)
|
CONFIG_VARIABLE (uint32_t, subframes_per_frame, "subframes-per-frame", 100)
|
||||||
CONFIG_VARIABLE (uint32_t, saved_history_depth, "save-history-depth", 100)
|
CONFIG_VARIABLE (uint32_t, saved_history_depth, "save-history-depth", 100)
|
||||||
|
CONFIG_VARIABLE (bool, use_overlap_equivalency, "use-overlap-equivalency", false)
|
||||||
|
|
||||||
/* BWAV */
|
/* BWAV */
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#ifndef __ardour_svn_revision_h__
|
#ifndef __ardour_svn_revision_h__
|
||||||
#define __ardour_svn_revision_h__
|
#define __ardour_svn_revision_h__
|
||||||
static const char* ardour_svn_revision = "1343";
|
static const char* ardour_svn_revision = "1345";
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user