mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-27 06:07:59 +02:00
Don't show spectral selection in pitch view (patch by Paul Licameli).
This commit is contained in:
parent
59552ed41b
commit
b34d256e88
@ -1823,8 +1823,10 @@ void TrackArtist::DrawClipSpectrum(WaveTrack *track,
|
||||
double freqLo = SelectedRegion::UndefinedFrequency;
|
||||
double freqHi = SelectedRegion::UndefinedFrequency;
|
||||
#ifdef EXPERIMENTAL_SPECTRAL_EDITING
|
||||
if (!autocorrelation) {
|
||||
freqLo = viewInfo->selectedRegion.f0();
|
||||
freqHi = viewInfo->selectedRegion.f1();
|
||||
}
|
||||
#endif
|
||||
|
||||
double tOffset = clip->GetOffset();
|
||||
|
Loading…
x
Reference in New Issue
Block a user