--- linuxsampler/trunk/ChangeLog 2010/08/12 15:36:15 2115 +++ linuxsampler/trunk/ChangeLog 2010/09/15 10:04:07 2123 @@ -12,6 +12,16 @@ "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) * Gigasampler format engine: - implemented the "round robin keyboard" dimension @@ -51,6 +61,8 @@ 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) @@ -75,6 +87,8 @@ * 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 Version 1.0.0 (31 July 2009)