--- linuxsampler/trunk/ChangeLog 2011/08/20 15:54:07 2253 +++ linuxsampler/trunk/ChangeLog 2011/10/01 08:23:02 2277 @@ -164,6 +164,12 @@ - implemented opcodes fillfo_depthchanaft, fillfo_freqchanaft, amplfo_depthchanaft, amplfo_freqchanaft, pitchlfo_depthchanaft, pitchlfo_freqchanaft + - implemented opcodes pitch_onccN, + pitch_curveccN, pitch_smoothccN, pitch_stepccN + - implemented opcodes volume_stepccN, pan_stepccN, + cutoff_stepccN, resonance_stepccN, lfoN_freq_stepccX, + lfoN_volume_stepccX, lfoN_pitch_stepccX, lfoN_pan_stepccX, + lfoN_cutoff_stepccX, lfoN_resonance_stepccX * SoundFont format engine: - Initial implementation (not usable yet) @@ -258,6 +264,13 @@ it caused hanging threads on Windows - Fixed possible crashes due to corrupted MIDI/audio device list after MIDI/audio device creation failure + - When creating MIDI instrument map entries with "PERSISTENT" type, the + 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) Version 1.0.0 (31 July 2009)