--- linuxsampler/trunk/ChangeLog 2011/08/20 10:38:31 2251 +++ linuxsampler/trunk/ChangeLog 2011/09/19 21:48:45 2275 @@ -159,6 +159,17 @@ was not set or was set to zero - lfoN_freq_onccX wasn't working when lfoN_freq was not set or was set to zero + - implemented opcodes resonance_onccN, resonance_smoothccN, + resonance_curveccN, cutoff_smoothccN, cutoff_curveccN + - 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) @@ -253,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)