Re: [fluid-dev] fluidsynth, programming reverb

2018-01-07 Thread David Back
] fluidsynth, programming reverb > I can only guess where to begin as the documented reverb API is limited to > turning reverb on or off (which I have done and it is working) Reverb is a feature of the synth, you should therefore have a look at the numerous functions the synth provides:

Re: [fluid-dev] fluidsynth, programming reverb

2018-01-07 Thread Element Green
On Sun, Jan 7, 2018 at 11:17 AM, Tom M. wrote: > > P.S.: fluidsynth.org/api/ is currently down, give it 20 hours to recover. > > > There were no files in the generated api directory on the website. I ran the same script the cron job runs and so it should be back up now. Not sure why it wasn't t

Re: [fluid-dev] fluidsynth, programming reverb

2018-01-07 Thread Tom M.
> I can only guess where to begin as the documented reverb API is limited to > turning reverb on or off (which I have done and it is working) Reverb is a feature of the synth, you should therefore have a look at the numerous functions the synth provides: http://www.fluidsynth.org/api/synth_8h.h

[fluid-dev] fluidsynth, programming reverb

2018-01-07 Thread David Back
Hi All I can only guess where to begin as the documented reverb API is limited to turning reverbon or off (which I have done and it is working) I have assumed that the doubles: roomsize, damp, width and level are settings and thuscan be set by:fluid_settings_setnum(settings, "name", value); I hav