| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| OS X | 2017-04-14 | ||
| FreeBSD-11 | 2017-04-11 | ||
| Fedora-25 | 2017-04-10 | ||
| Ubuntu-16.04 | 2017-04-10 | ||
| Windows | 2017-04-09 | ||
| README.txt | 2017-04-10 | 2.1 kB | |
| munt-2.1.0.tar.gz | 2017-04-09 | 392.2 kB | |
| Totals: 7 Items | 394.3 kB | 1 | |
2017-04-09: 2.1.0 released. The distribution includes following components: * libmt32emu - C/C++ sysnthesiser library * mt32emu_qt - main sysnthesiser application * mt32emu_win32drv - MIDI driver for Win32 with helper setup utility * mt32emu_smf2wav - console tool for converting MIDI files to Wave files using the mt32emu library Folders: * Windows - Windows binaries * OS X - OS X binaries compiled for x86_64 arch * Ubuntu-16.04 - .deb packages for the recent Ubuntu LTS release * Fedora-25 - .rpm packages for the recent Fedora release * FreeBSD-11 - FreeBSD binary packages for 11.0-RELEASE Files: * munt-2.1.0.tar.gz - source distribution Notable changes since 2.0.0: mt32emu ======= * Fixed a bug in handling of the rhythm part that enabled playing uninitialised timbres when using MT-32 control ROMs and setting timbre numbers >= 94 in the rhythm set up area. * Added sample rate conversion feature that allows converting the synthesiser output to any desired sample rate. It can either utilise an external library (e.g. libsoxr or libsamplerate) or use an internal implementation. This behaviour is controlled by a build option libmt32emu_WITH_INTERNAL_RESAMPLER (enabled by default). The internal implementation is derived from that previously added in mt32emu-qt application and aims to provide for good performance yet lower the added latency at the expense of phase linearity. * The types of the rendering engine and of the wave generator can now be triggered in runtime. Nuked MT32EMU_USE_FLOAT_SAMPLES preprocessor definition. mt32emu_qt ========== * Updated mt32emu library to version 2.1.0. * Moved sample rate conversion feature from mt32emu-qt to the libmt32emu, so it can be easily used in other applications. * Added an option to select the renderer type in the synth properties (preserved in the profile). mt32emu_win32drv ================ * Updated mt32emu library to version 2.1.0. * Added support for the synth profile setting "rendererType".