--- linuxsampler/trunk/ChangeLog 2021/06/24 11:49:31 3970 +++ linuxsampler/trunk/ChangeLog 2021/06/25 09:26:00 3971 @@ -1,5 +1,12 @@ Version SVN trunk (?) + * Real-time instrument scripts: + - Fix: Do not share compiled instrument scripts among multiple engine + channels (sampler parts) as this can lead to crashes and would allow the + same global script variables to be accessible from multiple engine + channels which would not be the expected behaviour by instrument script + authors. + * GigaStudio/Gigasampler format engine: - Use libgig's new IO-per-thread feature to avoid file I/O concurrency issues with .gig file.