libtimidity-0.2.8 is released: This is a stable maintenance release
after the previous version. Download:
https://sourceforge.net/projects/libtimidity/files/libtimidity/0.2.8/
ChangeLog:
- Soundfont support, based on a timidity-0.2i patch by Takashi Iwai
dating from 1997. Note that more than one soundfont directives in
the config file is not supported: Only the first encountered font
in timidity.cfg will be used.
Soundfont versions >= 3 (e.g.: sf3 with vorbis-compressed samples
of MuseScore.org) aren't supported, yet.
- New function mid_set_soundfont() added to api in order to set the
full path of a soundfont to use. Must be called before mid_init().
If a soundfont is set, config file will not be parsed by mid_init.
See source for details.
- Support for float and signed 32-bit integer audio output formats.
- Support quoted strings in config file.
- Added back optional use a lookup table for sine values (configure
with --enable-lookup-sine to enable.)
- Several code clean-ups.
- Updated MS Visual Studio project files.
- Autotools / build system updates.