--- linuxsampler/trunk/ChangeLog 2010/01/11 21:14:14 2047 +++ linuxsampler/trunk/ChangeLog 2010/02/23 18:32:31 2061 @@ -5,6 +5,10 @@ the Gigasampler format engine to base classes - command line option '--profile' is currently disabled, since the respective profiling code is currently broken + - Introduced support for optional environment variable + "LINUXSAMPLER_PLUGIN_DIR" which allows to override the directory + where the sampler shall look for instrument editor plugins + (patch by Luis Garrido, slightly modified). * Gigasampler format engine: - implemented the "round robin keyboard" dimension @@ -15,6 +19,18 @@ * SFZ format engine: - Initial implementation (not usable yet) + - added support for v2 multiple stage envelope generators + - added a fine-tuned v1 envelope generator instead of using the + one from the gig engine + - fixed memory leak and memory handling errors + - added support for trigger=first, trigger=legato and sw_previous + - allow non-numerical key values ("C#4" for example) + - "key" opcode now sets pitch_keycenter too + - fixed error when unloading instrument with same sample used by + multiple regions + - added some opcode aliases, like loopmode for loop_mode, to be + more compatible + - added support for trigger=release and rt_decay * SoundFont format engine: - Initial implementation (not usable yet)