--- linuxsampler/trunk/ChangeLog 2010/10/04 22:11:53 2138 +++ linuxsampler/trunk/ChangeLog 2011/04/12 15:19:56 2174 @@ -1,5 +1,8 @@ Version CVS HEAD (?) + * plugin changes: + - LV2 Persist + Files support (patch by David Robillard) + * packaging changes: - fixed building with newer MinGW-w64 @@ -23,6 +26,8 @@ the 2nd effect send of the sampler channel, no matter what the actual effect type is) - implemented support for internal LADSPA effects + - raised limit of program change queue from 100 to 512 + (as suggested by Alex Stone) * Gigasampler format engine: - implemented the "round robin keyboard" dimension @@ -64,6 +69,8 @@ - added support for loop_mode=one_shot - fixed playback of 16 bit wav files on big endian CPUs - added support for Ogg Vorbis sample files + - use loop markers from sample file if loop_start and loop_end are + not set in sfz file * SoundFont format engine: - Initial implementation (not usable yet) @@ -76,10 +83,15 @@ - VST bugfix: If the host called resume() before and after changing sample rate or block size, the number of channels was incorrectly set to two. This caused silence in Cubase 5. + - save engine type (gig, sfz or sf2) in plugin state + - VST: when opening Fantasia, look for both 32 and 64 bit Java on + 64 bit Windows * MIDI driver: - ALSA MIDI driver supports now "NAME" device parameter, for overriding the ALSA sequencer client name + - removed limit of maximum amount of MIDI ports per MIDI device, since + there is no reason for this limit * LSCP server: - added support for sending MIDI CC messages via LSCP command @@ -111,10 +123,9 @@ " - added LSCP command "REMOVE SEND_EFFECT_CHAIN EFFECT " - - added LSCP command "SET FX_SEND SEND_EFFECT + - added LSCP command "SET FX_SEND EFFECT " - - added LSCP command "REMOVE FX_SEND SEND_EFFECT - " + - added LSCP command "REMOVE FX_SEND EFFECT " * Bug fixes: - Fixed crash which may occur when MIDI key + transpose is out of range @@ -123,6 +134,10 @@ channel to a different engine type - fixed crash when deleting a sampler channel or changing engine type while an instrument load was in progress + - bugfix: playing a note while changing the instrument could cause + a crash, or give "Handing back unknown region" error messages + - bugfix: calling SET VOICES (which Fantasia does on start and + refresh) could cause instruments to be unloaded Version 1.0.0 (31 July 2009)