Skip to content

Commit

Permalink
FluidSynth: Restored old max gain value
Browse files Browse the repository at this point in the history
Some music was breaking up with gain 1.0.
  • Loading branch information
skyjake committed Nov 4, 2018
1 parent 288b749 commit 1402c2b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ fluid_synth_t* DMFluid_Synth();
fluid_audio_driver_t* DMFluid_Driver();
audiointerface_sfx_generic_t* DMFluid_Sfx();

#define MAX_SYNTH_GAIN 1.0f //0.4f
#define MAX_SYNTH_GAIN 0.4f

#define DSFLUIDSYNTH_TRACE(args) LOGDEV_AUDIO_XVERBOSE("[FluidSynth] ", args)

Expand Down

0 comments on commit 1402c2b

Please sign in to comment.