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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 2951 by schoenebeck, Fri Jul 15 20:07:47 2016 UTC revision 2970 by schoenebeck, Thu Jul 21 16:22:55 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 98  Version SVN trunk (?) Line 101  Version SVN trunk (?)
101      - Added built-in script constant "$NI_CB_TYPE_RELEASE".      - Added built-in script constant "$NI_CB_TYPE_RELEASE".
102      - Added built-in script constant "$NI_CB_TYPE_CONTROLLER".      - Added built-in script constant "$NI_CB_TYPE_CONTROLLER".
103      - NKSP Language: Added support for user defined script functions.      - NKSP Language: Added support for user defined script functions.
104        - Implemented built-in script function "change_attack()".
105        - Implemented built-in script function "change_decay()".
106        - Implemented built-in script function "change_release()".
107        - Fixed all change_*() built-in script functions to apply their
108          synthesis parameter changes immediately in case the respective note
109          was triggered at the same time, instead of scheduling the parameter
110          change, especially because it would cause some parameter types's
111          changes either to be ramped (i.e. change_vol()) or other types even
112          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    
118  Version 2.0.0 (15 July 2015)  Version 2.0.0 (15 July 2015)
119    

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

  ViewVC Help
Powered by ViewVC