--- linuxsampler/trunk/ChangeLog 2011/09/19 21:48:45 2275 +++ linuxsampler/trunk/ChangeLog 2012/02/11 11:08:09 2311 @@ -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 @@ -42,6 +42,8 @@ - raised limit of program change queue from 100 to 512 (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 @@ -170,6 +172,32 @@ cutoff_stepccN, resonance_stepccN, lfoN_freq_stepccX, lfoN_volume_stepccX, lfoN_pitch_stepccX, lfoN_pan_stepccX, lfoN_cutoff_stepccX, lfoN_resonance_stepccX + - implemented opcodes eq1_freq, eq2_freq, eq3_freq, + eq1_freqccN, eq2_freqccN, eq3_freqccN, eq1_bw, eq2_bw, eq3_bw, + eq1_bwccN, eq2_bwccN, eq3_bwccN, eq1_gain, eq2_gain, eq3_gain, + eq1_gainccN, eq2_gainccN, eq3_gainccN + - implemented opcodes delay, delay_onccN, delay_random, + delay_samples, delay_samples_onccN + - implemented opcodes egN_eq1gain, egN_eq2gain, egN_eq3gain, + egN_eq1gain_onccX, egN_eq2gain_onccX, egN_eq3gain_onccX, egN_eq1freq, + egN_eq2freq, egN_eq3freq, egN_eq1freq_onccX, egN_eq2freq_onccX, + egN_eq3freq_onccX, egN_eq1bw, egN_eq2bw, egN_eq3bw, egN_eq1bw_onccX, + egN_eq2bw_onccX, egN_eq3bw_onccX, lfoN_eq1gain, lfoN_eq2gain, + lfoN_eq3gain, lfoN_eq1gain_onccX, lfoN_eq2gain_onccX, lfoN_eq3gain_onccX, + lfoN_eq1gain_smoothccX, lfoN_eq2gain_smoothccX, lfoN_eq3gain_smoothccX, + lfoN_eq1gain_stepccX, lfoN_eq2gain_stepccX, lfoN_eq3gain_stepccX, + lfoN_eq1freq, lfoN_eq2freq, lfoN_eq3freq, lfoN_eq1freq_onccX, + lfoN_eq2freq_onccX, lfoN_eq3freq_onccX, lfoN_eq1freq_smoothccX, + lfoN_eq2freq_smoothccX, lfoN_eq3freq_smoothccX, lfoN_eq1freq_stepccX, + lfoN_eq2freq_stepccX, lfoN_eq3freq_stepccX, lfoN_eq1bw, lfoN_eq2bw, + 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) @@ -178,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 @@ -205,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) @@ -268,6 +298,12 @@ instruments were uselessly precached with zero samples, however it still took the full preloading time and on 1st program change the respective instrument was completely reloaded again. + - fixed handling of rapid bank select and program change messages + sent to the same sampler channel (patch from the Open Octave + 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 Version 1.0.0 (31 July 2009)