--- linuxsampler/trunk/ChangeLog 2011/08/20 15:54:07 2253 +++ linuxsampler/trunk/ChangeLog 2011/09/19 21:48:45 2275 @@ -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,10 @@ 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. Version 1.0.0 (31 July 2009)