add filter (needs fixes)

This commit is contained in:
2025-12-27 17:51:57 -06:00
parent 814002f0d9
commit b36d68ae99
11 changed files with 201 additions and 17 deletions

View File

@@ -59,6 +59,12 @@ qt_add_executable(metabolus
src/synth/Synth.h
src/synth/ScopeBuffer.cpp
src/synth/ScopeBuffer.h
src/synth/Filter.cpp
src/synth/Filter.h
src/synth/Oscillator.cpp
src/synth/Oscillator.h
src/synth/Voice.cpp
src/synth/Voice.h
resources/resources.qrc
src/ui/widgets/SmartSlider/SmartSlider.cpp
src/ui/widgets/SmartSlider/SmartSlider.h