/[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 2974 by schoenebeck, Fri Jul 22 15:51:40 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    
31    * packaging changes:    * packaging changes:
32      - removed unnecessary dependency to libuuid      - removed unnecessary dependency to libuuid
# Line 107  Version SVN trunk (?) Line 110  Version SVN trunk (?)
110        change, especially because it would cause some parameter types's        change, especially because it would cause some parameter types's
111        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
112        to have not effect at all (i.e. change_attack()).        to have not effect at all (i.e. change_attack()).
113        - Implemented built-in script function "sh_left()".
114        - Implemented built-in script function "sh_right()".
115        - Implemented built-in script function "min()".
116        - Implemented built-in script function "max()".
117        - NKSP Fix: "init" event handler was not always executed when a script
118          was loaded.
119        - NKSP built-in wait() script function: abort script execution if
120          a negative or zero wait time was passed as argument (since this is
121          a common indication of a bug either of the script or even of the
122          engine, which could lead to RT instability or even worse).
123        - ScriptVM: Implemented automatic suspension of RT safety
124          threatening scripts.
125    
126  Version 2.0.0 (15 July 2015)  Version 2.0.0 (15 July 2015)
127    

Legend:
Removed from v.2962  
changed lines
  Added in v.2974

  ViewVC Help
Powered by ViewVC