--- linuxsampler/trunk/ChangeLog 2021/01/07 12:25:59 3847 +++ linuxsampler/trunk/ChangeLog 2021/06/10 12:58:37 3917 @@ -1,5 +1,11 @@ Version SVN trunk (?) + * GigaStudio/Gigasampler format engine: + - Use libgig's new IO-per-thread feature to avoid file I/O concurrency + issues with .gig file. + +Version 2.2.0 (9 May 2021) + * general changes: - Fixed compiler error in Pool.h. - Require C++14 compiler support. @@ -72,6 +78,8 @@ - Allow EffectChain::InsertEffect() as alternative to EffectChain::AppendEffect() (i.e. with index equal to current chain size). - ConstCapacityArray class: Fixed bug in remove() method. + - Fixed crash on certain MIDI RPN and NRPN messages that occurred if no + real-time instrument script was loaded. * Real-time instrument scripts: - Added method ScriptVM::setExitResultEnabled() which allows to @@ -307,6 +315,9 @@ running out of free script events. - Fixed crash when handling array results of built-in functions (e.g. "num_elements(by_marks($MARK_1)"). + - NKSP VM: Fixed dead note events not been removed from user's event groups + (i.e. causing incorrect behaviour of built-in NKSP functions by_marks() + and set_event_mark() after max. size of event group list was exhausted). * test cases: - Fixed compiler errors in test cases.