--- libgig/trunk/ChangeLog 2016/11/25 18:34:45 3048 +++ libgig/trunk/ChangeLog 2017/04/16 23:20:30 3117 @@ -22,6 +22,10 @@ - Fix: samples' CRC checksums were misordered when a Sample was deleted. - Added new method Sample::GetWaveDataCRC32Checksum(). - Changed default value of EG2Release (filter release time) to 60s. + - Instruments' default pitch bend range is now +-2 semi tones. + - Fixed CRC checksums being wrong sometimes. + - Fix: method File::AddContentOf() did not clone script groups and scripts + of passed original file. * src/DLS.cpp, src/DLS.h: - Sample: wave pool offsets are now 64 bits (to allow support for files @@ -61,6 +65,10 @@ - Fix: if sample name contains a path separator (slash or backslash) then replace them by a minus sign to avoid file system issues. + * src/tools/gig2stereo.cpp: + - Also merge mono sample pairs with non matching loop information if + argument --incompatible was given. + * packaging changes: - Automake: set environment variable GCC_COLORS=auto to allow GCC to auto detect whether it (sh/c)ould output its messages in color.