Re: [fluid-dev] Allow soundfonts to be searched from multiple directories

2018-11-05 Thread Ceresa Jean-Jacques
> > The user shouldn't have to manually edit the path themselves. >Of course he has to. Neither any maintainer nor fluidsynth are responsible for >guessing how the user organizes his soundfont collection. Yes organization soundfont is only the application need. As pointed by Sqweek E " ...there

Re: [fluid-dev] Adding 8bit support.

2018-11-05 Thread Tom M.
I guess that fluid_synth_write_s16() was introduced because it was needed by an audio driver that was not able to cope with floats. Not absolutely sure, fluid_synth_write_s16() is older than Initial Commit. If we add fluid_synth_write_u8() it should be required by some audio driver as well. If not