feat: adding lfo to filter

This commit is contained in:
Liam Kerr 2026-08-12 00:05:50 +01:00
parent fe594a5494
commit d8c1c90f15
6 changed files with 130 additions and 20 deletions

View file

@ -26,6 +26,8 @@ public:
void setWaveShape(WaveShape shape);
WaveShape getWaveShape() const;
void reset();
private:
float freq_;
float gain_;