--- linuxsampler/trunk/ChangeLog 2017/07/09 19:35:18 3302 +++ linuxsampler/trunk/ChangeLog 2017/07/15 01:14:20 3308 @@ -51,6 +51,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 @@ -225,6 +228,13 @@ - 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. * Instruments DB: - Fixed memory access bug of general DB access code which lead to