--- linuxsampler/trunk/ChangeLog 2011/12/11 20:50:31 2299 +++ linuxsampler/trunk/ChangeLog 2012/02/12 11:32:43 2313 @@ -1,7 +1,7 @@ Version CVS HEAD (?) * plugin changes: - - LV2 Persist + Files support (patch by David Robillard) + - LV2 "state" extension support (patch by David Robillard) * packaging changes: - fixed building with newer MinGW-w64 @@ -43,6 +43,7 @@ (as suggested by Alex Stone) - implemented sine LFO, pulse LFO and saw LFO - experimental support for per voice equalization + - added command line option --exec-after-init * Gigasampler format engine: - implemented the "round robin keyboard" dimension @@ -192,6 +193,11 @@ lfoN_eq3bw, lfoN_eq1bw_onccX, lfoN_eq2bw_onccX, lfoN_eq3bw_onccX, lfoN_eq1bw_smoothccX, lfoN_eq2bw_smoothccX, lfoN_eq3bw_smoothccX, lfoN_eq1bw_stepccX, lfoN_eq2bw_stepccX, lfoN_eq3bw_stepccX + - implemented opcodes eq1_vel2freq, eq2_vel2freq, + eq3_vel2freq, eq1_vel2gain, eq2_vel2gain, eq3_vel2gain + - sfz parser: allow double spaces in sample filenames + - sfz parser: allow absolute paths for sample filenames + - use linear decay and release for filter and pitch EG * SoundFont format engine: - Initial implementation (not usable yet) @@ -200,6 +206,7 @@ - fine-tuned amplitude EG (by switching from gig to sfz EG) - initial implementation of Vibrato LFO and Modulation LFO - initial implementation of cutoff filter + - use linear decay and release for filter and pitch EG * Gigasampler format engine: - bugfix: pitch LFO controller "internal+aftertouch" was broken @@ -227,6 +234,7 @@ the ALSA sequencer client name - removed limit of maximum amount of MIDI ports per MIDI device, since there is no reason for this limit + - MME: fixed memory handling bug found with cppcheck * audio driver: - ASIO driver fixes for newer gcc versions (fix from PortAudio) @@ -295,7 +303,10 @@ project, slightly adjusted) - fixed crash when trying to create an effect instance with controls which min and/or max values depend on the sample rate - + - fixed bug #162 + - bugfix: LADSPA_PATH was not evaluated correctly when containing + multiple paths (#165) + Version 1.0.0 (31 July 2009) * packaging changes: