mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-01 00:21:14 +00:00
Set DC_OFFSET to 0.001
This commit is contained in:
parent
7a41ab6053
commit
8e1f47069b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
|
|
||||||
|
|
||||||
//#define DC_OFFSET 1e-6
|
//#define DC_OFFSET 1e-6
|
||||||
#define DC_OFFSET 0.0
|
#define DC_OFFSET 0.001f
|
||||||
typedef struct _fluid_allpass fluid_allpass;
|
typedef struct _fluid_allpass fluid_allpass;
|
||||||
typedef struct _fluid_comb fluid_comb;
|
typedef struct _fluid_comb fluid_comb;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue