X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fsession_configuration_vars.h;h=25625e2948e8dcefe70a021565be5b708627ec43;hb=2e3c25eca709b734297edc3f4487264cbf6c1a58;hp=823cf5fe073653eb30d284e8fcd0c985ff8ccc63;hpb=46c83693284ece4a732d26e62113ea4ac584d539;p=ardour.git diff --git a/libs/ardour/ardour/session_configuration_vars.h b/libs/ardour/ardour/session_configuration_vars.h index 823cf5fe07..25625e2948 100644 --- a/libs/ardour/ardour/session_configuration_vars.h +++ b/libs/ardour/ardour/session_configuration_vars.h @@ -27,6 +27,8 @@ CONFIG_VARIABLE (uint32_t, destructive_xfade_msecs, "destructive-xfade-msecs", 2) CONFIG_VARIABLE (bool, use_region_fades, "use-region-fades", true) +CONFIG_VARIABLE (bool, use_transport_fades, "use-transport-fades", true) +CONFIG_VARIABLE (bool, use_monitor_fades, "use-monitor-fades", true) CONFIG_VARIABLE (SampleFormat, native_file_data_format, "native-file-data-format", ARDOUR::FormatFloat) CONFIG_VARIABLE (HeaderFormat, native_file_header_format, "native-file-header-format", ARDOUR::WAVE) CONFIG_VARIABLE (bool, auto_play, "auto-play", false) @@ -79,7 +81,7 @@ CONFIG_VARIABLE (uint32_t, meterbridge_label_height, "meterbridge-label-height" /* This variable was not discussed with Ardour developers and is considered weakly conceived. It is also poorly named, since we have "groups" already present in libardour but this variable has nothing to do with it. There - should have been more discussion about what was required and the best + should have been more discussion about what was required and the best way to accomplish it. */ CONFIG_VARIABLE (bool, enable_group_edit, "enable-group-edit", false)