diff --git a/gtk2_ardour/editor_timefx.cc b/gtk2_ardour/editor_timefx.cc index c623a3fe13..49a7618110 100644 --- a/gtk2_ardour/editor_timefx.cc +++ b/gtk2_ardour/editor_timefx.cc @@ -269,6 +269,8 @@ Editor::time_fx (RegionList& regions, float val, bool pitching) if (longwin) options |= RubberBandStretcher::OptionWindowLong; if (shortwin) options |= RubberBandStretcher::OptionWindowShort; + if (pitching) options |= RubberBandStretcher::OptionPitchHighQuality; + switch (transients) { case NoTransients: options |= RubberBandStretcher::OptionTransientsSmooth;