mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Fix timestretch "resample without preserving pitch"
This commit is contained in:
parent
c2e520fab0
commit
b5e67536a3
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ Editor::time_fx (RegionList& regions, float val, bool pitching)
|
||||||
transients = NoTransients;
|
transients = NoTransients;
|
||||||
precise = true;
|
precise = true;
|
||||||
preserve_formants = false;
|
preserve_formants = false;
|
||||||
current_timefx->request.pitch_fraction = 1/val;
|
current_timefx->request.pitch_fraction = 1.0 / current_timefx->request.time_fraction;
|
||||||
shortwin = true;
|
shortwin = true;
|
||||||
// peaklock = false;
|
// peaklock = false;
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue