I'll figure out some way to set additional options... While some GUI editor would be nice in the Audio config dialog, at least I can first expand that "defaults" file to support arbitrary FluidSynth settings so you can set any values you'd like.
Those look like ZDoom's FluidSynth config variables. Some of them should map pretty directly to FluidSynth API settings (http://www.fluidsynth.org/api-1.x/index.html#CreatingSynth), but some of them might be ZDoom-specific. I'm not familiar with ZDoom's behavior when it comes to FluidSynth.
I can expose the FluidSynth API settings as-is, but I'm hesitant to try emulating ZDoom's behavior/config vars.
Comments
The way this is done is via the ~/.doomsday/defaults file. See example here: https://manual.dengine.net/guide/2.0/man/doomsday#additional_files
I'll figure out some way to set additional options... While some GUI editor would be nice in the Audio config dialog, at least I can first expand that "defaults" file to support arbitrary FluidSynth settings so you can set any values you'd like.
Thx for helping
I can expose the FluidSynth API settings as-is, but I'm hesitant to try emulating ZDoom's behavior/config vars.