gitextract__5e1dd8e/ ├── .gitignore ├── LICENSE.txt ├── README.md ├── build_tests.sh ├── equalizer/ │ ├── arena.c │ ├── arena.h │ ├── arena_test.c │ ├── equalizer.pro │ ├── fft.c │ ├── fft.h │ ├── fft_test.c │ ├── macro.h │ ├── pretty.c │ └── pretty.h ├── gui/ │ ├── collisionmanager.cpp │ ├── collisionmanager.h │ ├── curvepoint.cpp │ ├── curvepoint.h │ ├── eqhoverer.cpp │ ├── eqhoverer.h │ ├── filtercurve.cpp │ ├── filtercurve.h │ ├── frequencytick.cpp │ ├── frequencytick.h │ ├── frequencytickbuilder.cpp │ ├── frequencytickbuilder.h │ ├── gui.cpp │ ├── gui.h │ ├── gui.pro │ ├── gui.ui │ ├── highshelfcurve.cpp │ ├── highshelfcurve.h │ ├── lowshelfcurve.cpp │ ├── lowshelfcurve.h │ ├── macro.h │ ├── main.cpp │ ├── peakingcurve.cpp │ ├── peakingcurve.h │ ├── prettygraphicsscene.cpp │ ├── prettygraphicsscene.h │ ├── prettyshim.h │ ├── resources.qrc │ ├── ringbuffer.h │ ├── runguard.cpp │ ├── runguard.h │ ├── shelfcurve.cpp │ ├── shelfcurve.h │ ├── spectrumanalyzer.cpp │ ├── spectrumanalyzer.h │ ├── unixsignalhandler.cpp │ └── unixsignalhandler.h └── prettyeq.pro