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;