From 698bba6a0a42280049370e76dea3d79a9e5493e6 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 9 Oct 2025 04:14:30 +0200 Subject: [PATCH] Make StaffPad stretcher the default, and label it for "Any" content --- gtk2_ardour/editor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index bc114ebeec..58aa01603d 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -210,7 +210,7 @@ static const gchar *_timefx_opt_strings[] = { N_("Crisp monophonic instrumental"), N_("Unpitched solo percussion"), N_("Resample without preserving pitch"), - N_("Irrelevant"), // StaffPad + N_("Any"), // StaffPad #ifdef HAVE_SOUNDTOUCH N_("Vocal"), #endif @@ -395,7 +395,7 @@ Editor::Editor () edit_point_strings = I18N (_edit_point_strings); timefx_opt_strings = I18N (_timefx_opt_strings); - timefx_mode = 4; + timefx_mode = 7; timebar_height = std::max (13., ceil (17. * UIConfiguration::instance().get_ui_scale()));