Re: [fluid-dev] chorus effect range

2011-04-06 Thread David Henningsson
On 2011-04-05 22:10, Sven Meier wrote: Hi all, in fluid_synth.c the documentation for fluid_synth_set_chorus() states the following: * @param level Chorus level (0.0-1.0) However in synth.h I find the following: #define FLUID_CHORUS_DEFAULT_LEVEL 2.0f /**< Default chorus level */ Which one i

[fluid-dev] chorus effect range

2011-04-05 Thread Sven Meier
Hi all, in fluid_synth.c the documentation for fluid_synth_set_chorus() states the following: * @param level Chorus level (0.0-1.0) However in synth.h I find the following: #define FLUID_CHORUS_DEFAULT_LEVEL 2.0f /**< Default chorus level */ Which one is wrong? T