Fixed prototype for fluid_synth_set_reverb_preset()

This commit is contained in:
carlo-bramini 2017-10-21 12:52:03 +02:00
parent 0722ab3ab4
commit 48936975e7
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ void fluid_synth_dither_s16(int *dither_index, int len, float* lin, float* rin,
void* rout, int roff, int rincr);
int fluid_synth_reset_reverb(fluid_synth_t* synth);
int fluid_synth_set_reverb_preset(fluid_synth_t* synth, int num);
int fluid_synth_set_reverb_preset(fluid_synth_t* synth, unsigned int num);
int fluid_synth_set_reverb_full(fluid_synth_t* synth, int set, double roomsize,
double damping, double width, double level);