--- libgig/trunk/ChangeLog 2007/09/09 17:43:30 1334 +++ libgig/trunk/ChangeLog 2007/09/09 21:22:58 1335 @@ -13,6 +13,9 @@ lengths can be specified for each INFO chunk - added Resource::GenerateDLSID function - write support fix: allow regions without mapped samples + - added method SetKeyRange() to the Region class which should be used + instead of setting the KeyRange member variable directly + - MoveRegion() method of Region class is now private * src/gig.cpp, src/gig.h: - fixed segmentation fault in the gig::File destructor sequence which @@ -57,6 +60,8 @@ placed first in the list of dimensions. - added method GetParent() to class 'DimensionRegion', which returns its parent Region + - fixed Instrument::UpdateRegionKeyTable() method which did not reset + unused areas * src/RIFF.cpp, src/RIFF.h: - added File::SetByteOrder method