--- linuxsampler/trunk/ChangeLog 2020/02/01 18:11:20 3733 +++ linuxsampler/trunk/ChangeLog 2020/02/15 11:50:02 3744 @@ -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,10 @@ - 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. * test cases: - Fixed compiler errors in test cases.