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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2962 by schoenebeck, Sun Jul 17 17:54:04 2016 UTC revision 3050 by schoenebeck, Thu Dec 8 12:36:56 2016 UTC
# Line 24  Version SVN trunk (?) Line 24  Version SVN trunk (?)
24        (CC #64) events.        (CC #64) events.
25      - Fix: Release trigger voices can now also distinguish correctly between      - Fix: Release trigger voices can now also distinguish correctly between
26        note-off and sustain pedal up events.        note-off and sustain pedal up events.
27        - All engines: Increased ramp speed of volume smoother and pan smoother
28          (while slow rate of crossfade smoother is preserved) to allow quick
29          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 107  Version SVN trunk (?) Line 116  Version SVN trunk (?)
116        change, especially because it would cause some parameter types's        change, especially because it would cause some parameter types's
117        changes either to be ramped (i.e. change_vol()) or other types even        changes either to be ramped (i.e. change_vol()) or other types even
118        to have not effect at all (i.e. change_attack()).        to have not effect at all (i.e. change_attack()).
119        - Implemented built-in script function "sh_left()".
120        - Implemented built-in script function "sh_right()".
121        - Implemented built-in script function "min()".
122        - 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.2962  
changed lines
  Added in v.3050

  ViewVC Help
Powered by ViewVC