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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3487 by schoenebeck, Wed Feb 27 14:50:36 2019 UTC revision 3550 by schoenebeck, Thu Aug 1 09:56:27 2019 UTC
# Line 1  Line 1 
1  Version SVN trunk (?)  Version SVN trunk (?)
2    
3      * general changes:
4        - Fixed compiler error in Pool.h.
5    
6      * test cases:
7        - Fixed compiler errors in test cases.
8        - Updated README for how to compile & run test cases.
9        - Updated test case
10          MutexTest::testDoubleLockStillBlocksConcurrentThread() to latest
11          expected behaviour of the Mutex class implementation (recursive
12          mutex type).
13    
14    Version 2.1.1 (27 Jul 2019)
15    
16    * Real-time instrument scripts:    * Real-time instrument scripts:
17      - Fixed behavior of built-in NKSP functions change_sustain(),      - Fixed behavior of built-in NKSP functions change_sustain(),
18        change_cutoff_attack(), change_cutoff_decay(), change_cutoff_sustain()        change_cutoff_attack(), change_cutoff_decay(), change_cutoff_sustain()
# Line 10  Version SVN trunk (?) Line 23  Version SVN trunk (?)
23        was explicitly requested by the instrument (otherwise only on note-off).        was explicitly requested by the instrument (otherwise only on note-off).
24      - Fixed compiler warnings.      - Fixed compiler warnings.
25      - Fixed compilation error when cross-compiling to Mac.      - Fixed compilation error when cross-compiling to Mac.
26        - FX Sends: Provide more useful error messages on routing problems
27          (see bug #169).
28        - LSCP doc: Be more clear describing the two distinct approaches
29          of using external vs. internal effects (see bug #169).
30        - "optional" class: Fixed comparison operators.
31    
32    * Gigasampler/GigaStudio format engine:    * Gigasampler/GigaStudio format engine:
33      - Format extension: If requested by instrument then don't play release      - Format extension: If requested by instrument then don't play release
# Line 18  Version SVN trunk (?) Line 36  Version SVN trunk (?)
36    * SFZ format engine:    * SFZ format engine:
37      - Fixed memory leak when releasing samples      - Fixed memory leak when releasing samples
38        (fixes bug #307, patch by Jacek Roszkowski)        (fixes bug #307, patch by Jacek Roszkowski)
39        - Fixed potential crash when a sample is shared by more than one region
40          (fixes bug #308, patch by Jacek Roszkowski).
41        - Opcode 'sample': Added support for built-in sample '*silence'
42          (fixes bug #310, patch by Jacek Roszkowski).
43    
44  Version 2.1.0 (25 Nov 2017)  Version 2.1.0 (25 Nov 2017)
45    

Legend:
Removed from v.3487  
changed lines
  Added in v.3550

  ViewVC Help
Powered by ViewVC