--- linuxsampler/trunk/ChangeLog 2010/10/04 22:11:53 2138 +++ linuxsampler/trunk/ChangeLog 2011/07/11 17:52:01 2205 @@ -1,7 +1,22 @@ Version CVS HEAD (?) + * plugin changes: + - LV2 Persist + Files support (patch by David Robillard) + * packaging changes: - fixed building with newer MinGW-w64 + - Mac OS X: support the new dir for Core Audio SDK + - Mac OS X: fixed building outside source directory + - made sure all source files for hostplugins are included when + doing "make dist" + - removed empty directories left from the cvs to svn migration + - fixed compilation with gcc 4.6.1 + - another "make dist" fix, for the LV2 plugin + - made --enable-pthread-testcancel default on Mac OS X + - minor Makefile fix for building lscpparser when build and source + directories are separate + - Mac OS X: made it possible to specify plugin installation dir to + configure * general changes: - Refactoring: moved the independent code from @@ -23,6 +38,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,11 +81,30 @@ - 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 + - implemeted filters. Filter types: lowpass, bandpass, bandreject + and highpass. 1, 2, 4 and 6 pole filters. Opcodes: fil_type, + cutoff, resonance, fil_veltrack, fil_keytrack, fil_keycenter, + cutoff_cc, cutoff_chanaft. + - bugfix: zero ampeg_sustain didn't work + - added support for velocity effect on amplifier envelope time + (ampeg_vel2attack, ampeg_vel2decay, ampeg_vel2sustain and + ampeg_vel2release) + - added support for EG hold (ampeg_hold) * SoundFont format engine: - Initial implementation (not usable yet) - RT-safeness: avoid malloc in audio thread - fixed a bug that could cause voice stealing to fail + - fine-tuned amplitude EG (by switching from gig to sfz EG) + - initial implementation of Vibrato LFO + + * Gigasampler format engine: + - bugfix: pitch LFO controller "internal+aftertouch" was broken + - bugfix: filter keyboard tracking was broken + - filter performance fix (an unnecessary copy was made of the + filter parameters in each sub fragment) * Host plugins: - AU bugfix: failed to destroy its audio/MIDI devices @@ -76,10 +112,23 @@ - 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 + - AU: changed number of output channels from one stereo to 16 + stereo + - VST: made it possible to build the VST plugin for Mac + - AU: link AU plugin dynamically if --disable-shared isn't + specified * 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 + + * audio driver: + - ASIO driver fixes for newer gcc versions (fix from PortAudio) * LSCP server: - added support for sending MIDI CC messages via LSCP command @@ -111,18 +160,31 @@ " - 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 " + - added LSCP commands "SUBSCRIBE EFFECT_INSTANCE_COUNT", + "SUBSCRIBE EFFECT_INSTANCE_INFO", "SUBSCRIBE SEND_EFFECT_CHAIN_COUNT", + "SUBSCRIBE SEND_EFFECT_CHAIN_INFO" * Bug fixes: - Fixed crash which may occur when MIDI key + transpose is out of range - minor valgrind fixes - - fixed crash which occured when changing an already deployed sampler + - fixed crash which occurred when changing an already deployed sampler 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 + - Mac OS X: fixed name collision of enum in EffectControl and + wrong name of destructor in AudioOutputDeviceCoreAudio.cpp + - Mac OS X: fixed hanging threads + - Windows: disabled the previous thread fix on non-Mac systems, as + it caused hanging threads on Windows + - Fixed possible crashes due to corrupted MIDI/audio device list + after MIDI/audio device creation failure Version 1.0.0 (31 July 2009)