mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
triggerbox: we're doing offline RB processing, not realtime
This commit is contained in:
parent
44176aa2e4
commit
5ac3d2c581
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue