--- libgig/trunk/ChangeLog 2017/02/15 13:21:31 3112 +++ libgig/trunk/ChangeLog 2017/04/15 20:17:05 3115 @@ -23,6 +23,7 @@ - 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. * src/DLS.cpp, src/DLS.h: - Sample: wave pool offsets are now 64 bits (to allow support for files @@ -62,6 +63,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.