Fix use of StaffPad in case Soundtouch is present

This commit is contained in:
Robin Gareus
2025-10-28 23:25:42 +01:00
parent 4b1d2b7ac8
commit c5e0b21049

View File

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