mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 12:57:49 +00:00
address issues
This commit is contained in:
parent
dffe01cb67
commit
dccb1546a8
3 changed files with 25 additions and 22 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue