From 86187514d929ffe8a42e7b10e061277de1ef4663 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 25 Sep 2019 15:27:02 +0200 Subject: [PATCH] Some reasonable default config changes --- libs/ardour/ardour/rc_configuration_vars.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/ardour/ardour/rc_configuration_vars.h b/libs/ardour/ardour/rc_configuration_vars.h index a7a48811c9..3fb4404756 100644 --- a/libs/ardour/ardour/rc_configuration_vars.h +++ b/libs/ardour/ardour/rc_configuration_vars.h @@ -114,7 +114,7 @@ CONFIG_VARIABLE (LayerModel, layer_model, "layer-model", Manual) 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) -CONFIG_VARIABLE (FadeShape, default_fade_shape, "default-fade-shape", FadeLinear) +CONFIG_VARIABLE (FadeShape, default_fade_shape, "default-fade-shape", FadeConstantPower) CONFIG_VARIABLE (RangeSelectionAfterSplit, range_selection_after_split, "range-selection-after-split", PreserveSel) CONFIG_VARIABLE (RegionSelectionAfterSplit, region_selection_after_split, "region-selection-after-split", None) @@ -168,7 +168,7 @@ CONFIG_VARIABLE (bool, stop_recording_on_xrun, "stop-recording-on-xrun", false) CONFIG_VARIABLE (bool, create_xrun_marker, "create-xrun-marker", true) CONFIG_VARIABLE (bool, stop_at_session_end, "stop-at-session-end", false) CONFIG_VARIABLE (bool, seamless_loop, "seamless-loop", false) -CONFIG_VARIABLE (float, preroll_seconds, "preroll-seconds", 1.0f) +CONFIG_VARIABLE (float, preroll_seconds, "preroll-seconds", -2.0f) #ifdef USE_TRACKS_CODE_FEATURES CONFIG_VARIABLE (bool, loop_is_mode, "loop-is-mode", true) #else @@ -196,7 +196,7 @@ CONFIG_VARIABLE (float, meter_falloff, "meter-falloff", 60.0f) CONFIG_VARIABLE (MeterType, meter_type_master, "meter-type-master", MeterPeak) #else CONFIG_VARIABLE (float, meter_falloff, "meter-falloff", 13.3f) -CONFIG_VARIABLE (MeterType, meter_type_master, "meter-type-master", MeterK20) +CONFIG_VARIABLE (MeterType, meter_type_master, "meter-type-master", MeterK14) #endif CONFIG_VARIABLE (MeterType, meter_type_track, "meter-type-track", MeterPeak) CONFIG_VARIABLE (MeterType, meter_type_bus, "meter-type-bus", MeterPeak) @@ -209,7 +209,7 @@ CONFIG_VARIABLE (bool, hide_dummy_backend, "hide-dummy-backend", true) CONFIG_VARIABLE (bool, copy_demo_sessions, "copy-demo-sessions", true) CONFIG_VARIABLE (std::string, auditioner_output_left, "auditioner-output-left", "default") CONFIG_VARIABLE (std::string, auditioner_output_right, "auditioner-output-right", "default") -CONFIG_VARIABLE (bool, replicate_missing_region_channels, "replicate-missing-region-channels", false) +CONFIG_VARIABLE (bool, replicate_missing_region_channels, "replicate-missing-region-channels", true) CONFIG_VARIABLE (bool, hiding_groups_deactivates_groups, "hiding-groups-deactivates-groups", true) CONFIG_VARIABLE (bool, verify_remove_last_capture, "verify-remove-last-capture", true) CONFIG_VARIABLE (bool, save_history, "save-history", true)