--- linuxsampler/trunk/ChangeLog 2011/07/07 19:19:09 2201 +++ linuxsampler/trunk/ChangeLog 2011/07/28 15:47:51 2220 @@ -11,10 +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 @@ -89,11 +92,24 @@ - 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 * 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 @@ -115,7 +131,7 @@ - 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