--- linuxsampler/trunk/ChangeLog 2010/01/10 13:22:19 2045 +++ linuxsampler/trunk/ChangeLog 2010/02/28 07:28:56 2063 @@ -3,6 +3,12 @@ * General changes: - Refactoring: moved the independent code from 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 @@ -11,10 +17,23 @@ - made round robin use a counter for each region instead of each key - * SFZ format engine + * 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 + - added support for off_mode=normal - * SoundFont format engine + * SoundFont format engine: - Initial implementation (not usable yet) * Host plugins: