Skip to content

Commit 335eb49

Browse files
committed
Update to Latest Airwin
1 parent f548988 commit 335eb49

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/autogen_airwin/BiquadHiLo.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ BiquadHiLo::BiquadHiLo(audioMasterCallback audioMaster) :
1818
{
1919
A = 0.0;
2020
B = 0.0;
21+
22+
for (int x = 0; x < hilp_total; x++) {
23+
highpass[x] = 0.0;
24+
lowpass[x] = 0.0;
25+
}
2126

2227
fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX;
2328
fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX;

0 commit comments

Comments
 (0)