GFX EQ App (#2607)

* Make the beginnings of rf3d
* Name change...
* Add mood button
* Remove forced amp settings and add persistent user settings
* Fix options bar layout and SettingsManager
* Make the background paint to black again after opening fq modal
* fix audio/mod/settings and cleaned unneeded parts
* Mapped bars to audio spectrum
* Improved frequency response... still needs work i think
* add on_freqchg to be able to answer to serial frequency change command
* Made calculations for 14 bars to fit screen and little adjustments
* Visual improvements
Co-authored-by: gullradriel
This commit is contained in:
RocketGod
2025-04-09 05:27:51 -07:00
committed by GitHub
parent 809abb6842
commit 288f6bd517
5 changed files with 376 additions and 0 deletions
+5
View File
@@ -203,6 +203,10 @@ set(EXTCPPSRC
#level
external/level/main.cpp
external/level/ui_level.cpp
#gfxEQ
external/gfxeq/main.cpp
external/gfxeq/ui_gfxeq.cpp
)
set(EXTAPPLIST
@@ -255,4 +259,5 @@ set(EXTAPPLIST
debug_pmem
scanner
level
gfxeq
)