--- linuxsampler/trunk/ChangeLog 2010/04/25 12:51:30 2086 +++ linuxsampler/trunk/ChangeLog 2010/09/30 20:00:43 2135 @@ -12,6 +12,17 @@ "LINUXSAMPLER_PLUGIN_DIR" which allows to override the directory where the sampler shall look for instrument editor plugins (patch by Luis Garrido, slightly modified). + - implemented Roland GS NRPN 1ArrH which allows to set volume per note + - implemented Roland GS NRPN 1CrrH which allows to set pan per note + - implemented Roland GS NRPN 1DrrH which allows to set reverb send per + note (in this implementation of the sampler its simply hard routed to + the 1st effect send of the sampler channel, no matter what the actual + effect type is) + - implemented Roland GS NRPN 1ErrH which allows to set chorus send per + note (in this implementation of the sampler its simply hard routed to + the 2nd effect send of the sampler channel, no matter what the actual + effect type is) + - implemented support for internal LADSPA effects * Gigasampler format engine: - implemented the "round robin keyboard" dimension @@ -43,9 +54,21 @@ - fixed crash when using sw_down/up - improved logic for sw_lokey/hikey/up/down/last - added more v1 aliases to parser + - reduced memory usage for sfz data + - RT-safeness: avoid malloc in audio thread + - fixed a bug that could cause voice stealing to fail + - optimized sample lookup + - improved support for exclusive groups (group, off_by and + off_mode) + - added support for controller triggered regions (on_locc/on_hicc) + - added support for loop_mode=one_shot + - fixed playback of 16 bit wav files on big endian CPUs + - added support for Ogg Vorbis sample files * SoundFont format engine: - Initial implementation (not usable yet) + - RT-safeness: avoid malloc in audio thread + - fixed a bug that could cause voice stealing to fail * Host plugins: - AU bugfix: failed to destroy its audio/MIDI devices @@ -61,9 +84,41 @@ * LSCP server: - added support for sending MIDI CC messages via LSCP command "SEND CHANNEL MIDI_DATA CC " + - added LSCP command "GET AVAILABLE_EFFECTS" + - added LSCP command "LIST AVAILABLE_EFFECTS" + - added LSCP command "GET EFFECT INFO " + - added LSCP command "CREATE EFFECT_INSTANCE " + - added LSCP command + "CREATE EFFECT_INSTANCE " + - added LSCP command "DESTROY EFFECT_INSTANCE " + - added LSCP command "GET EFFECT_INSTANCES" + - added LSCP command "LIST EFFECT_INSTANCES" + - added LSCP command "GET EFFECT_INSTANCE INFO " + - added LSCP command + "GET EFFECT_INSTANCE_INPUT_CONTROL INFO " + - added LSCP command "SET EFFECT_INSTANCE_INPUT_CONTROL + " + - added LSCP command "GET MASTER_EFFECT_CHAINS " + - added LSCP command "LIST MASTER_EFFECT_CHAINS " + - added LSCP command "ADD MASTER_EFFECT_CHAIN " + - added LSCP command + "REMOVE MASTER_EFFECT_CHAIN " + - added LSCP command + "GET MASTER_EFFECT_CHAIN INFO " + - added LSCP command "APPEND MASTER_EFFECT_CHAIN EFFECT + " + - added LSCP command "INSERT MASTER_EFFECT_CHAIN EFFECT + " + - added LSCP command "REMOVE MASTER_EFFECT_CHAIN EFFECT + " * Bug fixes: - Fixed crash which may occur when MIDI key + transpose is out of range + - minor valgrind fixes + - fixed crash which occured when changing an already deployed sampler + channel to a different engine type + - fixed crash when deleting a sampler channel or changing engine + type while an instrument load was in progress Version 1.0.0 (31 July 2009)