Add sympathetic resonance effect (#141)
commitfcdfb79d527edb27fb8117bb111df61af04ffc2c
authorfriedolino78 <34608315+friedolino78@users.noreply.github.com>
Sat, 30 Jul 2022 22:17:30 +0000 (31 00:17 +0200)
committerGitHub <noreply@github.com>
Sat, 30 Jul 2022 22:17:30 +0000 (31 00:17 +0200)
tree87e30eb1fd791bbe4d1b452260c9dcfc39a8797a
parenta0f5fe2d7357febd8688209870fddc3507b1a6a7
Add sympathetic resonance effect (#141)

This uses a comb filter bank to emulate the resonance
of passive strings in a piano.
src/DSP/CombFilter.cpp
src/Effects/CMakeLists.txt
src/Effects/CombFilterBank.cpp [new file with mode: 0644]
src/Effects/CombFilterBank.h [new file with mode: 0644]
src/Effects/EffectMgr.cpp
src/Effects/Sympathetic.cpp [new file with mode: 0644]
src/Effects/Sympathetic.h [new file with mode: 0644]
src/UI/EffUI.fl
src/UI/MasterUI.fl
src/globals.h