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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2970 by schoenebeck, Thu Jul 21 16:22:55 2016 UTC revision 3050 by schoenebeck, Thu Dec 8 12:36:56 2016 UTC
# Line 27  Version SVN trunk (?) Line 27  Version SVN trunk (?)
27      - All engines: Increased ramp speed of volume smoother and pan smoother      - All engines: Increased ramp speed of volume smoother and pan smoother
28        (while slow rate of crossfade smoother is preserved) to allow quick        (while slow rate of crossfade smoother is preserved) to allow quick
29        volume and pan changes by instrument scripts for instance.        volume and pan changes by instrument scripts for instance.
30        - gig/sf2/sfz: Fixed aftertouch channel pressure events being processed
31          properly and thus were ignored for certain uses.
32        - Added new C++ API method
33          VirtualMidiDevice::SendChannelPressureToSampler().
34        - windows, 32-bit: fixed potential crashes by making sure the stack in
35          sub threads is 16-byte aligned
36    
37    * packaging changes:    * packaging changes:
38      - removed unnecessary dependency to libuuid      - removed unnecessary dependency to libuuid
# Line 114  Version SVN trunk (?) Line 120  Version SVN trunk (?)
120      - Implemented built-in script function "sh_right()".      - Implemented built-in script function "sh_right()".
121      - Implemented built-in script function "min()".      - Implemented built-in script function "min()".
122      - Implemented built-in script function "max()".      - Implemented built-in script function "max()".
123        - NKSP Fix: "init" event handler was not always executed when a script
124          was loaded.
125        - NKSP built-in wait() script function: abort script execution if
126          a negative or zero wait time was passed as argument (since this is
127          a common indication of a bug either of the script or even of the
128          engine, which could lead to RT instability or even worse).
129        - ScriptVM: Implemented automatic suspension of RT safety
130          threatening scripts.
131        - Provide more user friendly error messages on syntax errors.
132        - Fixed NKSP parser warning "Not a statement" when assigning an
133          initializer list to an array variable.
134    
135      * Instruments DB:
136        - Fixed memory access bug of general DB access code which lead to
137          undefined behavior.
138    
139  Version 2.0.0 (15 July 2015)  Version 2.0.0 (15 July 2015)
140    

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

  ViewVC Help
Powered by ViewVC