--- gigedit/trunk/ChangeLog 2019/10/24 13:12:52 3637 +++ gigedit/trunk/ChangeLog 2020/01/10 15:22:34 3712 @@ -26,6 +26,23 @@ 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. + * Fix: dimregion edit actions were ignored if user did not click (ever) on + any dimension zone yet. + * Added boolean setting to main menu -> "View" -> "Instrument Properties by + Double Click", which allows to prevent double clicking an instrument on the + instruments list view from opening its properties dialog. + * Added "Move Instrument To ..." menu action (available as Ctrl + i shortcut) + which shows a small dialog for entering the instrument's new index. Version 1.1.1 (2019-07-27)