Hi Ahmed,
Thanks for your objective feedback report.
> I was confused about the width range, as it is commented in fluid_synth.c v
> "@param width Reverb width value (0.0-100.0)"
No, it is me that was confused. You are right for freeverb the range is
(0.0..100.0) as you have read in th
Hi jjc,
Thanks so much for your detailed explaination!
>"The range value is: [0 .. 1] and value above 1 are limited to 1"
I was confused about the width range, as it is commented in fluid_synth.c v
"@param width Reverb width value (0.0-100.0)"
also in fluid_cmd.c :
if ((width < 0) || (width >10
Hi all (and especially Tom),
I would like to expose some (or most) of the public functions in
src/bindings/fluid_ladspa.h as a public API. Now I'm wondering how to do
that, given the fact that LADSPA can be disabled at compile time. I guess
we need to mock those functions if LADSPA isn't available