Re: [Freewheeling-user] disabling reverb and chorus for fluidsynth
Status: Beta
Brought to you by:
jpmercury
|
From: JP M. <sw...@vc...> - 2007-10-16 18:10:30
|
Hi Victor, Try 'setstr' instead of 'setint': <fluidsynth param="synth.reverb.active" setstr="no"/> <fluidsynth param=" synth.chorus.active" setstr="no"/> Cheers, -Mercury Victor Stoichita wrote: > 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 > >------------------------------------------------------------------------ > >------------------------------------------------------------------------- >This SF.net email is sponsored by: Microsoft >Defy all challenges. Microsoft(R) Visual Studio 2005. >http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >------------------------------------------------------------------------ > >_______________________________________________ >Freewheeling-user mailing list >Fre...@li... >https://lists.sourceforge.net/lists/listinfo/freewheeling-user > > |