From c5e0b210494f5c1c335193bc179698d6876396f7 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 28 Oct 2025 23:25:42 +0100 Subject: [PATCH] Fix use of StaffPad in case Soundtouch is present --- gtk2_ardour/editor_timefx.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/editor_timefx.cc b/gtk2_ardour/editor_timefx.cc index fc0feee01e..850baaed20 100644 --- a/gtk2_ardour/editor_timefx.cc +++ b/gtk2_ardour/editor_timefx.cc @@ -278,6 +278,7 @@ Editor::time_fx (RegionList& regions, Temporal::ratio_t ratio, bool pitching, bo break; case 7: current_timefx->request.algorithm = TimeFXRequest::StaffPad; + break; #ifdef HAVE_SOUNDTOUCH case 8: current_timefx->request.algorithm = TimeFXRequest::SoundTouch;