--- linuxsampler/trunk/ChangeLog 2011/06/19 09:09:38 2185 +++ linuxsampler/trunk/ChangeLog 2011/08/01 19:08:09 2224 @@ -11,8 +11,13 @@ 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 LV2 plugin + - 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 + - Mac OS X: Makefile fix for the install-strip target * general changes: - Refactoring: moved the independent code from @@ -36,6 +41,7 @@ - implemented support for internal LADSPA effects - raised limit of program change queue from 100 to 512 (as suggested by Alex Stone) + - implemented sine LFO, pulse LFO and saw LFO * Gigasampler format engine: - implemented the "round robin keyboard" dimension @@ -87,11 +93,33 @@ - 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) + - added support for sample offset (offset) + - use the newly introduced signal units model + - implemented opcodes lfoN_delay, + lfoN_freq, lfoN_pan, lfoN_cutoff, lfoN_resonance + - implemented opcodes ampeg_delay, ampeg_vel2delay + pitcheg_delay, pitcheg_start, pitcheg_attack, pitcheg_hold, + pitcheg_decay, pitcheg_sustain, pitcheg_release, pitcheg_vel2delay, + pitcheg_vel2attack, pitcheg_vel2hold, pitcheg_vel2decay, + pitcheg_vel2sustain, pitcheg_vel2release, pitcheg_depth + - implemented opcodes pitchlfo_delay, pitchlfo_freq, + pitchlfo_depth, fillfo_delay, fillfo_freq, fillfo_depth, + amplfo_delay, amplfo_freq, amplfo_depth + - implemented opcodes fileg_delay, fileg_start, fileg_attack, + fileg_hold, fileg_decay, fileg_sustain, fileg_release, fileg_vel2delay, + fileg_vel2attack, fileg_vel2hold, fileg_vel2decay, fileg_vel2sustain, + fileg_vel2release + - implemented opcode lfoN_wave + - implemented opcode pitchlfo_depthccN * 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 and Modulation LFO + - initial implementation of cutoff filter * Gigasampler format engine: - bugfix: pitch LFO controller "internal+aftertouch" was broken @@ -108,6 +136,11 @@ - 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 @@ -151,11 +184,14 @@ - added LSCP command "SET FX_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 @@ -166,6 +202,10 @@ - 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)