mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-04 21:50:51 +01: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user