refactor config classes

This commit is contained in:
2026-07-04 13:22:25 -05:00
parent 269648e021
commit 9365e12bb4
26 changed files with 266 additions and 172 deletions

View File

@@ -46,7 +46,7 @@ find_package(Qt6 REQUIRED COMPONENTS
qt_standard_project_setup()
add_library(sonobulus_core STATIC
src/ConfigService.cpp
src/config/ConfigService.cpp
src/LoggerService.cpp
src/TimerComponent.cpp
src/synth/AudioEngine.cpp
@@ -57,7 +57,7 @@ add_library(sonobulus_core STATIC
src/synth/Synth.cpp
src/synth/Voice.cpp
src/synth/Filter.cpp
src/synth/Instrument.cpp
src/synth/Instruments/Instrument.cpp
src/synth/Instruments/PianoString.cpp
)