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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3845 by schoenebeck, Tue Jan 5 20:42:32 2021 UTC revision 4009 by schoenebeck, Wed Dec 22 15:01:44 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        - Show a more detailed error message on terminal if an appropriate editor
29          could not be found for a .gig instrument.
30    
31      * MIDI driver:
32        - VirtualMidiDevice: added method Reset() which is e.g. intended to be used
33          in "panic" / MIDI "all sound off" / MIDI "all note off" situations.
34        - VirtualMidiDevice: release all notes on MIDI CC #120 and CC #123.
35    
36    Version 2.2.0 (9 May 2021)
37    
38      * general changes:
39      - Fixed compiler error in Pool.h.      - Fixed compiler error in Pool.h.
40      - Require C++14 compiler support.      - Require C++14 compiler support.
41      - 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 106  Version SVN trunk (?)
106        scripts loaded.        scripts loaded.
107      - Allow EffectChain::InsertEffect() as alternative to      - Allow EffectChain::InsertEffect() as alternative to
108        EffectChain::AppendEffect() (i.e. with index equal to current chain size).        EffectChain::AppendEffect() (i.e. with index equal to current chain size).
109        - ConstCapacityArray class: Fixed bug in remove() method.
110        - Fixed crash on certain MIDI RPN and NRPN messages that occurred if no
111          real-time instrument script was loaded.
112    
113    * Real-time instrument scripts:    * Real-time instrument scripts:
114      - Added method ScriptVM::setExitResultEnabled() which allows to      - Added method ScriptVM::setExitResultEnabled() which allows to
# Line 304  Version SVN trunk (?) Line 342  Version SVN trunk (?)
342        sometimes, and due to the latter it also fixes potential crashes as some        sometimes, and due to the latter it also fixes potential crashes as some
343        polyphonic script events were never released and the engine hence was        polyphonic script events were never released and the engine hence was
344        running out of free script events.        running out of free script events.
345        - Fixed crash when handling array results of built-in functions
346          (e.g. "num_elements(by_marks($MARK_1)").
347        - NKSP VM: Fixed dead note events not been removed from user's event groups
348          (i.e. causing incorrect behaviour of built-in NKSP functions by_marks()
349          and set_event_mark() after max. size of event group list was exhausted).
350    
351    * test cases:    * test cases:
352      - Fixed compiler errors in test cases.      - Fixed compiler errors in test cases.

Legend:
Removed from v.3845  
changed lines
  Added in v.4009

  ViewVC Help
Powered by ViewVC