--- libgig/trunk/ChangeLog 2006/04/28 17:51:27 854 +++ libgig/trunk/ChangeLog 2006/08/20 14:50:36 917 @@ -1,3 +1,35 @@ +Version CVS HEAD (?) + + * packaging changes: + - changed deprecated copyright attribute to license; + added ldconfig to post-(un)install steps on libgig.spec (RPM) + + * src/gig.cpp, src/gig.h: + - added support for more than one set of custom velocity splits + inside a region (for example different velocity split levels for + pedal up and pedal down) + - sample loop parameters are now taken from the DimensionRegion + instead of the wave chunk + - keyswitching dimension is changed from split type "normal" to + "bit" + - real support for 24 bit samples - samples are not truncated to + 16 bits anymore + - support for reading of ".art" files. (Merging of .art and .gig + files are not implemented yet.) + + * src/DLS.cpp: + - support for reading of ".art" files + + * src/gigextract.cpp: + - real support for 24 bit samples + + * src/gigdump.cpp: + - print global file informations + + * general changes: + - added CPPUnit test cases (at the moment primarily for automatic check + of Gigasampler write support) + Version 3.0.0 (28 Apr 2006) * general changes: