--- linuxsampler/trunk/ChangeLog 2016/07/15 15:29:04 2948 +++ linuxsampler/trunk/ChangeLog 2016/07/21 16:22:55 2970 @@ -24,6 +24,9 @@ (CC #64) events. - Fix: Release trigger voices can now also distinguish correctly between note-off and sustain pedal up events. + - All engines: Increased ramp speed of volume smoother and pan smoother + (while slow rate of crossfade smoother is preserved) to allow quick + volume and pan changes by instrument scripts for instance. * packaging changes: - removed unnecessary dependency to libuuid @@ -97,6 +100,20 @@ - Added built-in script constant "$NI_CB_TYPE_NOTE". - Added built-in script constant "$NI_CB_TYPE_RELEASE". - Added built-in script constant "$NI_CB_TYPE_CONTROLLER". + - NKSP Language: Added support for user defined script functions. + - Implemented built-in script function "change_attack()". + - Implemented built-in script function "change_decay()". + - Implemented built-in script function "change_release()". + - Fixed all change_*() built-in script functions to apply their + synthesis parameter changes immediately in case the respective note + was triggered at the same time, instead of scheduling the parameter + change, especially because it would cause some parameter types's + changes either to be ramped (i.e. change_vol()) or other types even + to have not effect at all (i.e. change_attack()). + - Implemented built-in script function "sh_left()". + - Implemented built-in script function "sh_right()". + - Implemented built-in script function "min()". + - Implemented built-in script function "max()". Version 2.0.0 (15 July 2015)