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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2965 by schoenebeck, Mon Jul 18 09:42:28 2016 UTC revision 3072 by schoenebeck, Wed Jan 4 15:49:52 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 27  Version SVN trunk (?) Line 31  Version SVN trunk (?)
31      - All engines: Increased ramp speed of volume smoother and pan smoother      - All engines: Increased ramp speed of volume smoother and pan smoother
32        (while slow rate of crossfade smoother is preserved) to allow quick        (while slow rate of crossfade smoother is preserved) to allow quick
33        volume and pan changes by instrument scripts for instance.        volume and pan changes by instrument scripts for instance.
34        - gig/sf2/sfz: Fixed aftertouch channel pressure events being processed
35          properly and thus were ignored for certain uses.
36        - Added new C++ API method
37          VirtualMidiDevice::SendChannelPressureToSampler().
38        - windows, 32-bit: fixed potential crashes by making sure the stack in
39          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 112  Version SVN trunk (?) Line 123  Version SVN trunk (?)
123        to have not effect at all (i.e. change_attack()).        to have not effect at all (i.e. change_attack()).
124      - Implemented built-in script function "sh_left()".      - Implemented built-in script function "sh_left()".
125      - Implemented built-in script function "sh_right()".      - Implemented built-in script function "sh_right()".
126        - Implemented built-in script function "min()".
127        - Implemented built-in script function "max()".
128        - NKSP Fix: "init" event handler was not always executed when a script
129          was loaded.
130        - NKSP built-in wait() script function: abort script execution if
131          a negative or zero wait time was passed as argument (since this is
132          a common indication of a bug either of the script or even of the
133          engine, which could lead to RT instability or even worse).
134        - ScriptVM: Implemented automatic suspension of RT safety
135          threatening scripts.
136        - Provide more user friendly error messages on syntax errors.
137        - Fixed NKSP parser warning "Not a statement" when assigning an
138          initializer list to an array variable.
139    
140      * Instruments DB:
141        - Fixed memory access bug of general DB access code which lead to
142          undefined behavior.
143    
144  Version 2.0.0 (15 July 2015)  Version 2.0.0 (15 July 2015)
145    
# Line 536  Version 2.0.0 (15 July 2015) Line 564  Version 2.0.0 (15 July 2015)
564        "SUBSCRIBE SEND_EFFECT_CHAIN_INFO"        "SUBSCRIBE SEND_EFFECT_CHAIN_INFO"
565      - provide comprehensive error messages on LSCP syntax errors      - provide comprehensive error messages on LSCP syntax errors
566        (suggesting expected next non-terminal symbols)        (suggesting expected next non-terminal symbols)
567        - Fixed client connection not being closed after network errors.
568    
569    * LSCP shell:    * LSCP shell:
570      - Added support for auto correction of obvious and trivial syntax mistakes.      - Added support for auto correction of obvious and trivial syntax mistakes.
# Line 599  Version 2.0.0 (15 July 2015) Line 628  Version 2.0.0 (15 July 2015)
628        (i.e. return value of new script function "by_marks()").        (i.e. return value of new script function "by_marks()").
629      - Pass/preserve polyphonic variable data from respective "note" event      - Pass/preserve polyphonic variable data from respective "note" event
630        handler to "release" event handler.        handler to "release" event handler.
631        - Fixed crash when using built-in script function "by_marks()".
632    
633    * Bug fixes:    * Bug fixes:
634      - 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.2965  
changed lines
  Added in v.3072

  ViewVC Help
Powered by ViewVC