integrate audio config into engine and synth

This commit is contained in:
2026-07-05 00:02:53 -05:00
parent 9365e12bb4
commit 295a869839
16 changed files with 71 additions and 41 deletions

View File

@@ -57,8 +57,8 @@ add_library(sonobulus_core STATIC
src/synth/Synth.cpp
src/synth/Voice.cpp
src/synth/Filter.cpp
src/synth/Instruments/Instrument.cpp
src/synth/Instruments/PianoString.cpp
src/synth/instruments/Instrument.cpp
src/synth/instruments/PianoString.cpp
)
if (WIN32)