--- gigedit/trunk/ChangeLog 2019/10/24 12:06:18 3636 +++ gigedit/trunk/ChangeLog 2019/12/26 23:01:09 3677 @@ -25,6 +25,17 @@ * Instrument Property dialog is now tabbed, showing (already existing) instrument settings on tab 1, and showing now DLS meta info on 2nd tab. * Refactored PropDialog -> FilePropDialog. + * Implemented sample property dialog. + * Gain: Allow also any positive dB gain value (instead of only +6 dB) up to + +96 dB and dropped the old "Gain +6dB" checkbox for that reason. + * Instrument Properties Dialog: Allow -96 dB .. +96 dB and dropped "Gain +6dB" + checkbox there as well. + * Instrument Properties Dialog: Show unit for attenuation and pitchbend range. + * GIG SOUND FORMAT EXTENSION: Support for additional filter types: + lowpass 1/2/4/6-pole, highpass 1/2/4/6-pole, bandpass 2-pole, + bandreject 2-pole. + * Combine Tool: Fixed user's selection set reduction not being reflected + correctly as it supposed to. Version 1.1.1 (2019-07-27)