Re: [fluid-dev] Help with setting volume control

2019-07-30 Thread scott andrew franco
Got it, you have to use a routine appropriate to the field type, ie, fluid_settings_setnum(settings, "synth.gain", 2.0); Sorry to bother you all, Scott Franco - Original Message - Subject: Re: [fluid-dev] Help with setting volume control From: "scott andrew f

Re: [fluid-dev] Help with setting volume control

2019-07-30 Thread scott andrew franco
Actually, going through the .xml list, quite a few of the values don't appear to be defined (return nothing from fluid_settings_copystr()). - Original Message - Subject: Re: [fluid-dev] Help with setting volume control From: "scott andrew franco" Date: 7/30

Re: [fluid-dev] Help with setting volume control

2019-07-30 Thread scott andrew franco
synth is: r: 0 The gain for Fluidsynth is: So "synth.gain" does not appear to exist. I got this name from: http://www.fluidsynth.org/api/fluidsettings.xml ? - Original Message - Subject: [fluid-dev] Help with setting volume control From: "scott andrew fra

[fluid-dev] Help with setting volume control

2019-07-30 Thread scott andrew franco
Hi, I am using Fluidsynth library in my program (Petit_ami on sourceforge). It is working well, but my result is very low volume output. A search found many other references to low volume, and the standard answer I found was to turn up the gain on the command line version of fluidsynth (I bel