--- linuxsampler/trunk/ChangeLog 2020/02/01 18:11:20 3733 +++ linuxsampler/trunk/ChangeLog 2020/02/16 11:31:46 3747 @@ -51,6 +51,8 @@ instrument editor. - Fixed playing noise at the end of a disk stream under certain conditions. - Fixed potential crash with high pitch at end of RAM playback. + - Added configure checks whether C++ compiler supports so called + 'designated initializers'. * Real-time instrument scripts: - Added method ScriptVM::setExitResultEnabled() which allows to @@ -256,6 +258,13 @@ - NKSP language: Added support for 'patch' variable qualifier (capture their locations and allow replacement of their assignment expression via VM C++ API). + - Fixed incorrect EG times if standard measuring unit was passed to built-in + functions "change_attack()", "change_decay()" or "change_release()". + - Fixed intermediate function result values never having reflected any + standard measuring unit type. + - Fixed re-entrant issue with function calls which caused wrong result + values if the same function was called multiple times in a term + (specifically if metric prefixes were used). * test cases: - Fixed compiler errors in test cases.