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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3050 by schoenebeck, Thu Dec 8 12:36:56 2016 UTC revision 3073 by schoenebeck, Thu Jan 5 16:04:00 2017 UTC
# Line 3  Version SVN trunk (?) Line 3  Version SVN trunk (?)
3    * SFZ format engine:    * SFZ format engine:
4      - added support for <global>, <master> and #define (patch by Alby M)      - added support for <global>, <master> and #define (patch by Alby M)
5    
6      * Gigasampler format engine:
7        - Fixed clicks and pumping noise with Lowpass Turbo filter on very low
8          cutoff settings.
9    
10    * general changes:    * general changes:
11      - fixed printf type errors (mostly in debug messages)      - fixed printf type errors (mostly in debug messages)
12      - use unique_ptr instead of auto_ptr when building with C++11      - use unique_ptr instead of auto_ptr when building with C++11
# Line 33  Version SVN trunk (?) Line 37  Version SVN trunk (?)
37        VirtualMidiDevice::SendChannelPressureToSampler().        VirtualMidiDevice::SendChannelPressureToSampler().
38      - windows, 32-bit: fixed potential crashes by making sure the stack in      - windows, 32-bit: fixed potential crashes by making sure the stack in
39        sub threads is 16-byte aligned        sub threads is 16-byte aligned
40        - fixed numerous compiler warnings
41    
42    * packaging changes:    * packaging changes:
43      - removed unnecessary dependency to libuuid      - removed unnecessary dependency to libuuid
# Line 131  Version SVN trunk (?) Line 136  Version SVN trunk (?)
136      - Provide more user friendly error messages on syntax errors.      - Provide more user friendly error messages on syntax errors.
137      - Fixed NKSP parser warning "Not a statement" when assigning an      - Fixed NKSP parser warning "Not a statement" when assigning an
138        initializer list to an array variable.        initializer list to an array variable.
139        - Implemented built-in script array variable "%ALL_EVENTS".
140    
141    * Instruments DB:    * Instruments DB:
142      - Fixed memory access bug of general DB access code which lead to      - Fixed memory access bug of general DB access code which lead to
# Line 559  Version 2.0.0 (15 July 2015) Line 565  Version 2.0.0 (15 July 2015)
565        "SUBSCRIBE SEND_EFFECT_CHAIN_INFO"        "SUBSCRIBE SEND_EFFECT_CHAIN_INFO"
566      - provide comprehensive error messages on LSCP syntax errors      - provide comprehensive error messages on LSCP syntax errors
567        (suggesting expected next non-terminal symbols)        (suggesting expected next non-terminal symbols)
568        - Fixed client connection not being closed after network errors.
569    
570    * LSCP shell:    * LSCP shell:
571      - Added support for auto correction of obvious and trivial syntax mistakes.      - Added support for auto correction of obvious and trivial syntax mistakes.
# Line 622  Version 2.0.0 (15 July 2015) Line 629  Version 2.0.0 (15 July 2015)
629        (i.e. return value of new script function "by_marks()").        (i.e. return value of new script function "by_marks()").
630      - Pass/preserve polyphonic variable data from respective "note" event      - Pass/preserve polyphonic variable data from respective "note" event
631        handler to "release" event handler.        handler to "release" event handler.
632        - Fixed crash when using built-in script function "by_marks()".
633    
634    * Bug fixes:    * Bug fixes:
635      - Fixed crash which may occur when MIDI key + transpose is out of range      - Fixed crash which may occur when MIDI key + transpose is out of range

Legend:
Removed from v.3050  
changed lines
  Added in v.3073

  ViewVC Help
Powered by ViewVC