--- linuxsampler/trunk/ChangeLog 2017/07/20 12:05:53 3316 +++ linuxsampler/trunk/ChangeLog 2017/11/25 17:29:29 3372 @@ -1,4 +1,4 @@ -Version SVN trunk (?) +Version 2.1.0 (25 Nov 2017) * SFZ format engine: - added support for , and #define (patch by Alby M) @@ -16,6 +16,9 @@ all if an up-pitch of more than 40 semi tones was requested (I don't think there is any stock gig sound that requires this behavior to resemble its original sound). + - Added support for controlling whether the individual EGADSR stages may + be aborted (as LinuxSampler extension to the original GigaStudio 4 + format). * general changes: - fixed printf type errors (mostly in debug messages) @@ -54,12 +57,20 @@ - Fixed Note object leak when triggering notes on keys which did not have a valid sample mapped (fixes bug #252). - Fixed compilation errors when compiling with CONFIG_DEVMODE enabled. + - linuxsampler binary fix: option --create-instruments-db ignored + subsequent optional argument due to glibc's implementation oddity + which expects a "=" sign, but no space between them. * packaging changes: - removed unnecessary dependency to libuuid (originated by libgig's usage of it) - Automake: set environment variable GCC_COLORS=auto to allow GCC to auto detect whether it (sh/c)ould output its messages in color. + - Debian: Fixed packaging error about invalid "Source-Version" + substitution variable. + - Debian: Raised Debian compatibility level to Debian 9 "Stretch". + - Debian: Added build dependency to libsqlite3-dev for building + linuxsampler with instruments DB support. * Real-time instrument scripts: - Implemented scheduler for delayed MIDI events and for suspended scripts. @@ -239,6 +250,16 @@ can be set to disable all subsequent built-in "message()" function calls on preprocessor level. - Implemented built-in script function "change_sustain()". + - NKSP script editor syntax highlighting API: catch all fatal lexer errors, + to avoid the editor app to crash on ill-formed text input. + - Added built-in script function "change_pan_time()". + - Added built-in script function "change_pan_curve()". + - Added built-in script function "change_cutoff_attack()". + - Added built-in script function "change_cutoff_decay()". + - Added built-in script function "change_cutoff_sustain()". + - Added built-in script function "change_cutoff_release()". + - Added built-in script function "change_cutoff_lfo_depth()". + - Added built-in script function "change_cutoff_lfo_freq()". * Instruments DB: - Fixed memory access bug of general DB access code which lead to