diff --git a/libs/ardour/triggerbox.cc b/libs/ardour/triggerbox.cc index 8a8a96aecb..f3078c85bc 100644 --- a/libs/ardour/triggerbox.cc +++ b/libs/ardour/triggerbox.cc @@ -522,7 +522,7 @@ AudioTrigger::set_length (timecnt_t const & newlen) const uint32_t nchans = ar->n_channels(); - RubberBandStretcher::Options options = RubberBandStretcher::Option (RubberBandStretcher::OptionProcessRealTime|RubberBandStretcher::OptionStretchPrecise); + RubberBandStretcher::Options options = RubberBandStretcher::Option (RubberBandStretcher::OptionProcessOffline|RubberBandStretcher::OptionStretchPrecise); RubberBandStretcher stretcher (_box.session().sample_rate(), nchans, options, 1.0, 1.0); /* Compute stretch ratio */