File mt32emu.changes of Package mt32emu
-------------------------------------------------------------------
Tue Aug 17 08:25:09 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
- Updated to 2.5.2.
* Fixed possible access to uninitialised rhythm timbre memory when
using MT-32 control ROM. With control ROMs 2.04 and above,
the entire rhythm timbre memory is now initialised as the real
devices do. Those timbres that do not exist in MT-32 models are
now muted. With control ROMs 1.xx, the timbres 30..59 are mapped
to 0..29 that should correspond to the behaviour of real units.
The other 4 timbres are muted to avoid undefined behaviour the
real hardware exhibits.
-------------------------------------------------------------------
Tue Aug 17 08:25:09 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
- Updated to 2.5.3.
* Fixed possible access to uninitialised rhythm timbre memory when
using MT-32 control ROM. With control ROMs 2.04 and above,
the entire rhythm timbre memory is now initialised as the real
devices do. Those timbres that do not exist in MT-32 models are
now muted. With control ROMs 1.xx, the timbres 30..59 are mapped
to 0..29 that should correspond to the behaviour of real units.
The other 4 timbres are muted to avoid undefined behaviour the
real hardware exhibits.
-------------------------------------------------------------------
Wed Jul 21 06:57:24 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
- Updated to 2.5.2.
* Fixed compilation of client programs written in C when the
automatic runtime version check is enabled with the preprocessor
macro MT32EMU_RUNTIME_VERSION_CHECK 2.
-------------------------------------------------------------------
Sun Jun 6 17:47:49 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
- Updated to 2.5.1.
* Fixed incorrect delete statement in ROMImage dtor, affects memory
deallocations of full ROMImages created by merging partial ones.
-------------------------------------------------------------------
Mon Apr 5 17:44:44 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
- Removed unnecessary dependencies from the devel package.
- Replaced Qt-frontend application to mt32emu-qt subpackage.
- Renamed source1 file from mt32emu.desktop to mt32emu-qt.desktop.
- Updated to 2.5.0.
* Added support for partial ROM images.
* Added a few API extensions to better handle ROM images.
* Added generation of pkg-config file.
* Fixed undefined behaviour that the TVP emulation code may exhibit.
-------------------------------------------------------------------
Wed Mar 3 02:42:55 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
- Updated to 2.4.2.
* Added mode "Hide to tray on close".
* Added support for integration with the JACK audio kit.
* Improved the MIDI recording function.
-------------------------------------------------------------------
Sun Nov 29 15:43:18 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>
- Used pkgconfig wherever possible.
-------------------------------------------------------------------
Wed Oct 21 17:34:21 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>
- Initialization mt32emu 2.4.1.