1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-12 09:33:34 +02:00

Move SpectrumAnalyst into its own files...

... It's the pure calculation common to the Plot Spectrum window and
to spectral editing

This removes some dependencies on FreqWindow
This commit is contained in:
Paul Licameli
2019-01-06 22:22:52 -05:00
parent 72f20d9129
commit 6eb0f3aca1
10 changed files with 631 additions and 555 deletions

View File

@@ -230,6 +230,8 @@ src/SoundActivatedRecord.cpp
src/SoundActivatedRecord.h
src/Spectrum.cpp
src/Spectrum.h
src/SpectrumAnalyst.cpp
src/SpectrumAnalyst.h
src/SplashDialog.cpp
src/SplashDialog.h
src/SseMathFuncs.cpp