mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Prefer new Rubberband engine for timestretch
This commit is contained in:
parent
be096edd8c
commit
be860db54f
1 changed files with 4 additions and 0 deletions
|
|
@ -305,6 +305,10 @@ Editor::time_fx (RegionList& regions, Temporal::ratio_t ratio, bool pitching)
|
|||
break;
|
||||
}
|
||||
|
||||
#ifdef HAVE_RUBBERBAND_3_0_0
|
||||
options |= RubberBandStretcher::OptionEngineFiner;
|
||||
#endif
|
||||
|
||||
current_timefx->request.opts = (int) options;
|
||||
#else
|
||||
current_timefx->request.quick_seek = current_timefx->quick_button.get_active();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue