] 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:
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
> 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
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