--- libgig/trunk/ChangeLog 2019/12/14 17:10:57 3657 +++ libgig/trunk/ChangeLog 2020/01/10 13:32:34 3710 @@ -15,8 +15,11 @@ - GIG FORMAT EXTENSION: Added attribute DimensionRegion::LFO3FlipPhase (the original Gigasampler/GigaStudio software only had that flip phase option for LFO1 and LFO2). - - Added method DimensionRegion::UsesAnyGigFormatExtension() (however only as - private method yet, see comments on method why). + - Added methods DimensionRegion::UsesAnyGigFormatExtension(), + Region::UsesAnyGigFormatExtension(), + Instrument::UsesAnyGigFormatExtension() and + File::UsesAnyGigFormatExtension() (however only as private methods yet, + see comments on methods why). - GIG FORMAT EXTENSION: added LinuxSampler specific filter type implementations to enum vcf_type_t: vcf_type_lowpass_1p, vcf_type_lowpass_2p, vcf_type_lowpass_4p, vcf_type_lowpass_6p, @@ -26,6 +29,8 @@ (patch by Ivan Maguidhir). - Compatibility fix: GigaStudio 3 expects '3dnm' and '3ddp' RIFF chunks (original patch by Ivan Maguidhir). + - Region::DeleteDimensionZone(): Fixed dimensions being in different order + after deleting a dimension zone. * src/tools/gigdump.cpp: - Print dimension region properties LFO1WaveForm, LFO2WaveForm,