mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
Bug 2096: High quality stretching in Change Pitch/Tempo ...
... should Preview properly and not change the selection (even temporarily)
This commit is contained in:
parent
9eb408db56
commit
8d489b9c6f
@ -1291,8 +1291,10 @@ bool Effect::DoEffect(wxWindow *parent,
|
||||
|
||||
bool Effect::Delegate( Effect &delegate, wxWindow *parent, bool shouldPrompt)
|
||||
{
|
||||
SelectedRegion region{ mT0, mT1 };
|
||||
|
||||
return delegate.DoEffect( parent, mProjectRate, mTracks, mFactory,
|
||||
mpSelectedRegion, shouldPrompt );
|
||||
®ion, shouldPrompt );
|
||||
}
|
||||
|
||||
// All legacy effects should have this overridden
|
||||
|
Loading…
x
Reference in New Issue
Block a user