Releases: swami/libinstpatch
Releases · swami/libinstpatch
libinstpatch 1.1.6
libinstpatch 1.1.5
- properly free memory when calling
ipatch_close()
(#40, thanks to @jjceresa) - fix a bug when copy/pasting instrument or preset zones (#43, thanks to @jjceresa)
- support multiple calls to
ipatch_init()
(#47, thanks to @jjceresa) - fix an uninitialized stack variable access (#48, thanks to @jjceresa)
- various minor bug fixes (#50, thanks to @jjceresa)
libinstpatch 1.1.4
libinstpatch 1.1.3
libinstpatch 1.1.2
- fix for swami/swami#13 (thanks to @jjceresa)
- fix inconsistent licensing in some file headers (#32)
libinstpach 1.1.1
libinstpatch 1.1.0
Major changes to previous 1.0.0 release
- libinstpatch's license was changed from GPL-2.0 to LGPL-2.1
- the AutoTools build system has been replaced by CMake
- preliminary support for Spectralis (SLI) soundbanks was added
- libsndfile is now required
Bug fixes
- an incorrect mutex unlock caused a deadlock when entering
ipatch_base_get_file()
with different threads - incorrect copying DLS2 objects was fixed (e1c6763)
- build issues on Windows were fixed (#1, #4, thanks to @jjceresa)
- various other minor bugs were addressed
Although libinstpatch's API mostly remains unchanged, compatibility to previous versions cannot be guaranteed! (Years went by, maintainership changed, etc.) Therefore, SOVERSION was bumped.