mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
Fix NIL spectral frequencies when running worker from Nyquist prompt
This commit is contained in:
parent
9f22789dc1
commit
01f28f645d
@ -678,6 +678,10 @@ bool NyquistEffect::ShowInterface(wxWindow *parent, bool forceModal)
|
||||
effect.mDebug = (mUIResultID == eDebugID);
|
||||
|
||||
SelectedRegion region(mT0, mT1);
|
||||
#ifdef EXPERIMENTAL_SPECTRAL_EDITING
|
||||
region.setF0(mF0);
|
||||
region.setF1(mF1);
|
||||
#endif
|
||||
return effect.DoEffect(parent,
|
||||
mProjectRate,
|
||||
mTracks,
|
||||
|
Loading…
x
Reference in New Issue
Block a user