/[svn]/linuxsampler/trunk/ChangeLog
ViewVC logotype

Diff of /linuxsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3846 by schoenebeck, Wed Jan 6 14:01:11 2021 UTC revision 3988 by schoenebeck, Wed Aug 4 18:23:05 2021 UTC
# Line 1  Line 1 
1  Version SVN trunk (?)  Version SVN trunk (?)
2    
3    * general changes:    * general changes:
4        - AbstractEngineChannel: fixed CCs not being forwarded to all
5          VirtualMIDIDevices.
6    
7      * Real-time instrument scripts:
8        - Fix: Do not share compiled instrument scripts among multiple engine
9          channels (sampler parts) as this can lead to crashes and would allow the
10          same global script variables to be accessible from multiple engine
11          channels which would not be the expected behaviour by instrument script
12          authors.
13    
14      * GigaStudio/Gigasampler format engine:
15        - Use libgig's new IO-per-thread feature to avoid file I/O concurrency
16          issues with .gig file.
17        - Use libgig's new method gig::File::GetSample() with method
18          gig::File::CountSamples() instead of now deprecated
19          gig::File::GetFirstSample() / gig::File::GetNextSample() pair.
20        - Use libgig's new method gig::Instrument::GetRegionAt() with method
21          gig::Instrument:CountRegions() instead of now deprecated
22          gig::Instrument::GetFirstRegion() / gig::Instrument::GetNextRegion() pair.
23        - Use libgig's gig::File::GetInstrument() method with method
24          gig::File::CountInstruments() instead of now deprecated
25          gig::File::GetFirstInstrument() / gig::File::GetNextInstrument() pair.
26    
27      * MIDI driver:
28        - VirtualMidiDevice: added method Reset() which is e.g. intended to be used
29          in "panic" / MIDI "all sound off" / MIDI "all note off" situations.
30        - VirtualMidiDevice: release all notes on MIDI CC #120 and CC #123.
31    
32    Version 2.2.0 (9 May 2021)
33    
34      * general changes:
35      - Fixed compiler error in Pool.h.      - Fixed compiler error in Pool.h.
36      - Require C++14 compiler support.      - Require C++14 compiler support.
37      - Autoconf: Added m4/ax_cxx_compile_stdcxx.m4 macro which is used      - Autoconf: Added m4/ax_cxx_compile_stdcxx.m4 macro which is used
# Line 71  Version SVN trunk (?) Line 102  Version SVN trunk (?)
102        scripts loaded.        scripts loaded.
103      - Allow EffectChain::InsertEffect() as alternative to      - Allow EffectChain::InsertEffect() as alternative to
104        EffectChain::AppendEffect() (i.e. with index equal to current chain size).        EffectChain::AppendEffect() (i.e. with index equal to current chain size).
105        - ConstCapacityArray class: Fixed bug in remove() method.
106        - Fixed crash on certain MIDI RPN and NRPN messages that occurred if no
107          real-time instrument script was loaded.
108    
109    * Real-time instrument scripts:    * Real-time instrument scripts:
110      - Added method ScriptVM::setExitResultEnabled() which allows to      - Added method ScriptVM::setExitResultEnabled() which allows to
# Line 306  Version SVN trunk (?) Line 340  Version SVN trunk (?)
340        running out of free script events.        running out of free script events.
341      - Fixed crash when handling array results of built-in functions      - Fixed crash when handling array results of built-in functions
342        (e.g. "num_elements(by_marks($MARK_1)").        (e.g. "num_elements(by_marks($MARK_1)").
343        - NKSP VM: Fixed dead note events not been removed from user's event groups
344          (i.e. causing incorrect behaviour of built-in NKSP functions by_marks()
345          and set_event_mark() after max. size of event group list was exhausted).
346    
347    * test cases:    * test cases:
348      - Fixed compiler errors in test cases.      - Fixed compiler errors in test cases.

Legend:
Removed from v.3846  
changed lines
  Added in v.3988

  ViewVC Help
Powered by ViewVC