Make StaffPad stretcher the default, and label it for "Any" content

This commit is contained in:
Robin Gareus
2025-10-09 04:14:30 +02:00
parent 29ae1d994d
commit 698bba6a0a

View File

@@ -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()));