ref: 5ab7e4d4e6f42964225fc142e9419f721e948a8a
parent: d8a0ee680592b593774f7e5c58b6eca4a1d07c7f
author: Jeffrey Snyder <jeffsnyder@Jeffreys-MacBook-Pro.local>
date: Tue Aug 16 11:58:02 EDT 2022
who knows
--- a/leaf/Src/leaf-filters.c
+++ b/leaf/Src/leaf-filters.c
@@ -1295,6 +1295,7 @@
f->s2 = 0.0f;
f->R2 = f->invG;
f->R2Plusg = f->R2 + f->g;
+ tVZFilter_setBandwidth(vf,f->B);
tVZFilter_calcCoeffs(vf);
}
--- a/leaf/Src/leaf-math.c
+++ b/leaf/Src/leaf-math.c
@@ -732,7 +732,7 @@
float faster_mtof(float f)
{
- return (8.17579891564f * fastexpf(0.0577622650f * f));
+ return (8.17579891564f * fasterexpf(0.0577622650f * f));
}
float ftom(float f)