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

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

  ViewVC Help
Powered by ViewVC