--- linuxsampler/trunk/ChangeLog 2017/01/05 16:04:00 3073 +++ linuxsampler/trunk/ChangeLog 2017/02/04 16:53:20 3100 @@ -2,6 +2,11 @@ * SFZ format engine: - added support for , and #define (patch by Alby M) + - 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 @@ -137,10 +142,16 @@ - Fixed NKSP parser warning "Not a statement" when assigning an initializer list to an array variable. - Implemented built-in script array variable "%ALL_EVENTS". + - Implemented built-in script function "in_range()". * Instruments DB: - Fixed memory access bug of general DB access code which lead to undefined behavior. + - 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)