Releases: swami/libinstpatch
Releases · swami/libinstpatch
libinstpatch 1.1.7
What's Changed
- Use GNUInstallDirs for installation paths by @h3xx in #69
- Fix warning from libinstpatch-scan.c (gtkdoc) by @musicinmybrain in #71
- Eliminate CMake warnings in #77
- Glitched SoundFont attenuation by @dmo2118 in #75
- Remove sndfile.h from public headers by @derselbst in #78
- Rename variables called “bool” by @musicinmybrain in #80
- Update LGPLv2.1 license text and notices for remote-only FSF by @musicinmybrain in #81
- Fix gtk-doc generation by @Corin-EU in #65
Full Changelog: v1.1.6...v1.1.7
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.