You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/rvoice/fluid_iir_filter.cpp
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ struct sincos_t
36
36
37
37
enum
38
38
{
39
-
CENTS_STEP = 10/* cents */,
39
+
CENTS_STEP = 1/* cents */,
40
40
SINCOS_TAB_SIZE = ((13500/* upper fc in cents */ - 1500/* lower fc in cents */) / CENTS_STEP) + 1/* add one because asking for 13500 cents must yield a valid coefficient */,
0 commit comments