--- linuxsampler/trunk/ChangeLog 2012/02/18 13:51:38 2316 +++ linuxsampler/trunk/ChangeLog 2012/03/08 19:40:14 2326 @@ -123,7 +123,7 @@ - implemented opcodes ampeg_delayccN, ampeg_startccN, ampeg_attackccN, ampeg_holdccN, ampeg_decayccN, ampeg_sustainccN, ampeg_releaseccN, egN_timeX_onccY, egN_levelX_onccY - - lfoN_* and egN_* opcodes defined in group sections + - lfoN_* and egN_* opcodes defined in group sections are now taken into account - implemented curves - implemented opcodes volume_onccN, volume_curveccN @@ -200,6 +200,11 @@ - use linear decay and release for filter and pitch EG - bugfix: only the first amp_veltrack definition in a file was used + - bugfix: looping was disabled if loop_start was set to 0 + - allow regions with end=-1 to turn off other regions using the + group and off_by opcodes (#168) + - made end=0 play the whole sample + - fixed support for lochan and hichan opcodes (#155) * SoundFont format engine: - Initial implementation (not usable yet) @@ -232,6 +237,10 @@ specified - VST bugfix: instrument loading hang and crashed the host when the plugin was loaded a second time (#174) + - plugin bugfix: instrument loading hang when the plugin was + loaded a second time (this time it's for Linux and Mac, previous + similar fix was for Windows) + - thread safety fixes for the instrument loading thread * MIDI driver: - ALSA MIDI driver supports now "NAME" device parameter, for overriding @@ -239,6 +248,7 @@ - removed limit of maximum amount of MIDI ports per MIDI device, since there is no reason for this limit - MME: fixed memory handling bug found with cppcheck + - MME: removed compiler warning * audio driver: - ASIO driver fixes for newer gcc versions (fix from PortAudio) @@ -310,7 +320,11 @@ - fixed bug #162 - bugfix: LADSPA_PATH was not evaluated correctly when containing multiple paths (#165) - + - thread safety fixes for the instrument loading thread + - bugfix: instrument loading crashed for sfz and sf2 in Ardour + (#176) + - more thread safety fixes for the instrument loading thread + Version 1.0.0 (31 July 2009) * packaging changes: