address issues

This commit is contained in:
Chloe Marcec 2021-02-11 19:17:50 +11:00 committed by bunnei
parent 4a7fd91857
commit d28b942458
3 changed files with 25 additions and 22 deletions

View file

@ -35,8 +35,8 @@ public:
DelayLineAllPass();
~DelayLineAllPass();
void Initialize(u32 delay, float _coeffcient, f32* src_buffer);
void SetCoefficient(float _coeffcient);
void Initialize(u32 delay, float coeffcient_, f32* src_buffer);
void SetCoefficient(float coeffcient_);
f32 Tick(f32 sample);
void Reset();