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

[fluid-dev] Chorus effect

2009-12-03 Thread josh
I was just messing with the chorus effect parameters in FluidSynth and realized its worse now than versions prior to 1.1.0. FluidSynth has always had issues with the chorus effect as far as audio glitches when adjusting its parameters, but the CPU consumption was less of an issue before.