talker93 / 2022-MUSI6106

Template project for assignments and exercises for the class MUSI6106
GNU General Public License v3.0
0 stars 0 forks source link

parameter inconsistency #10

Open alexanderlerch opened 2 years ago

alexanderlerch commented 2 years ago

setParam takes delay in seconds: https://github.com/talker93/2022-MUSI6106/blob/45fc476013049713691aa6f4cb15438b8190708d/src/CombFilter/CombFilter.cpp#L32

but getParam returns it in samples https://github.com/talker93/2022-MUSI6106/blob/45fc476013049713691aa6f4cb15438b8190708d/src/CombFilter/CombFilter.cpp#L41