single pitch stiff string equation simulation

This commit is contained in:
2026-06-20 16:08:39 -05:00
parent a5af4f6283
commit b4df8657dd
7 changed files with 207 additions and 27 deletions

View File

@@ -56,6 +56,7 @@ add_library(sonobulus_core STATIC
src/synth/Synth.cpp
src/synth/Voice.cpp
src/synth/Instrument.cpp
src/synth/Instruments/PianoString.cpp
)
target_link_libraries(sonobulus_core PRIVATE
Qt6::Core