--- libgig/trunk/ChangeLog 2019/12/07 15:58:51 3644 +++ libgig/trunk/ChangeLog 2019/12/08 22:59:11 3645 @@ -17,6 +17,11 @@ option for LFO1 and LFO2). - Added method DimensionRegion::UsesAnyGigFormatExtension() (however only as private method yet, see comments on method 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, + vcf_type_highpass_1p, vcf_type_highpass_2p, vcf_type_highpass_4p, + vcf_type_highpass_6p, vcf_type_bandpass_2p, vcf_type_bandreject_2p. * src/tools/gigdump.cpp: - Print dimension region properties LFO1WaveForm, LFO2WaveForm,