--- linuxsampler/trunk/ChangeLog 2017/01/16 15:01:21 3091 +++ linuxsampler/trunk/ChangeLog 2017/02/04 16:53:20 3100 @@ -5,6 +5,8 @@ - Removed code duplication in SFZ file loading code. - Added support for sfz extension opcode 'script' which may be used to load real-time instrument script file (NKSP script language). + - Implemented opcode set_ccN (initial patch by Giovanni Senatore). + - Fixed unintended volume fade-in of voices under certain conditions. * Gigasampler format engine: - Fixed clicks and pumping noise with Lowpass Turbo filter on very low @@ -148,6 +150,8 @@ - Cleanup of instruments DB file creation and opening code. - The instrument DB path of linuxsampler's --create-instruments-db argument is now optional, if it is missing, then a default location is used. + - Added support for scanning SFZ (.sfz) files. + - Added support for scanning Sound Font (.sf2) files. Version 2.0.0 (15 July 2015)