--- linuxsampler/trunk/ChangeLog 2017/01/04 12:01:00 3071 +++ linuxsampler/trunk/ChangeLog 2017/01/04 15:49:52 3072 @@ -3,6 +3,10 @@ * SFZ format engine: - added support for , and #define (patch by Alby M) + * Gigasampler format engine: + - Fixed clicks and pumping noise with Lowpass Turbo filter on very low + cutoff settings. + * general changes: - fixed printf type errors (mostly in debug messages) - use unique_ptr instead of auto_ptr when building with C++11