--- linuxsampler/trunk/ChangeLog 2011/07/28 17:17:42 2221 +++ linuxsampler/trunk/ChangeLog 2011/08/03 09:12:09 2226 @@ -41,6 +41,7 @@ - implemented support for internal LADSPA effects - raised limit of program change queue from 100 to 512 (as suggested by Alex Stone) + - implemented sine LFO, pulse LFO and saw LFO * Gigasampler format engine: - implemented the "round robin keyboard" dimension @@ -105,6 +106,16 @@ - implemented opcodes pitchlfo_delay, pitchlfo_freq, pitchlfo_depth, fillfo_delay, fillfo_freq, fillfo_depth, amplfo_delay, amplfo_freq, amplfo_depth + - implemented opcodes fileg_delay, fileg_start, fileg_attack, + fileg_hold, fileg_decay, fileg_sustain, fileg_release, fileg_vel2delay, + fileg_vel2attack, fileg_vel2hold, fileg_vel2decay, fileg_vel2sustain, + fileg_vel2release + - implemented opcode lfoN_wave + - implemented opcode pitchlfo_depthccN + - implemented opcodes lfoN_phase, lfoN_phase_onccX, + lfoN_pitch, lfoN_pitch_onccX + - implemented opcodes pitchlfo_fade, + fillfo_fade, amplfo_fade, lfoN_fade, lfoN_fade_onccX * SoundFont format engine: - Initial implementation (not usable yet)