[Freewheeling-user] disabling reverb and chorus for fluidsynth
Status: Beta
Brought to you by:
jpmercury
|
From: Victor S. <vi...@gm...> - 2007-10-03 02:33:04
|
Hi everyone, I'm looking for a way to disable the reverb and chorus in the integrated fluidsynth. I have tried things like: <fluidsynth param="synth.reverb.active" setint="no"/> <fluidsynth param="synth.chorus.active" setint="no"/> or <fluidsynth param="synth.reverb.active" setint="0"/> <fluidsynth param="synth.chorus.active" setint="0"/> No success. As far as I could gather from the devdoc<http://fluidsynth.resonance.org/trac/browser/trunk/fluidsynth/doc/fluidsynth-v10-devdoc.xml?format=txt>, the correct option should be "synth.reverb.active", with a "yes" or "no" string as value. I also had a look at the source (fweelin_fluidsynth.cc and .h) but I'm not really a developper... It's very nicely commented though ;) ! Does anyone know where I can find the parameters understood by the integrated fluidsynth? Blue skyes, Victor |