--- linuxsampler/trunk/ChangeLog 2017/06/28 09:45:56 3296 +++ linuxsampler/trunk/ChangeLog 2017/07/23 18:27:29 3328 @@ -12,6 +12,13 @@ * Gigasampler/GigaStudio format engine: - Fixed clicks and pumping noise with Lowpass Turbo filter on very low cutoff settings. + - Got rid of resembling an ancient GSt misbehavior which did not pitch at + 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) @@ -47,6 +54,9 @@ - Fixed invalid (note-on) event ID being assigned to new Note objects. - Revised fundamental C++ classes "Thread", "Mutex" and "Condition" which fixes potential undefined behavior. + - 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. * packaging changes: - removed unnecessary dependency to libuuid @@ -221,6 +231,17 @@ - Added built-in constant $CALLBACK_STATUS_TERMINATED. - Added built-in constant $CALLBACK_STATUS_QUEUE. - Added built-in constant $CALLBACK_STATUS_RUNNING. + - Removed max. value limitation of built-in functions "change_attack()", + "change_decay()" and "change_release()" to i.e. allow passing 2000000 + for doubling the respective time. + - NKSP script editor syntax highlighting API: Fixed app termination due + to a lexer start condition stack underrun. + - NKSP preprocessor: Fixed wrong behavior on nested USE_CODE_IF() and + USE_CODE_IF_NOT() preprocessor statements. + - NKSP: Added built-in preprocessor condition NKSP_NO_MESSAGE, which + can be set to disable all subsequent built-in "message()" function calls + on preprocessor level. + - Implemented built-in script function "change_sustain()". * Instruments DB: - Fixed memory access bug of general DB access code which lead to