--- linuxsampler/trunk/ChangeLog 2011/09/19 21:48:45 2275 +++ linuxsampler/trunk/ChangeLog 2011/12/09 15:04:55 2297 @@ -42,6 +42,7 @@ - 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 * Gigasampler format engine: - implemented the "round robin keyboard" dimension @@ -170,6 +171,12 @@ 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 * SoundFont format engine: - Initial implementation (not usable yet) @@ -268,6 +275,11 @@ 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 Version 1.0.0 (31 July 2009)