--- linuxsampler/trunk/ChangeLog 2012/12/14 17:41:32 2385 +++ linuxsampler/trunk/ChangeLog 2013/02/02 08:22:49 2408 @@ -22,6 +22,7 @@ - modernized configure script - fixed linkage error when building with LDFLAGS="-Wl,--no-undefined" (#190) + - fixed compilation with Clang 3.2 * general changes: - Refactoring: moved the independent code from @@ -75,6 +76,9 @@ filter parameters in each sub fragment) - handle special case when pan parameter in gig file has max or min value + - Exclusive Groups: don't ever stop voices of the same note, + doesn't sound naturally with a drumkit + - fixed EG1 modulation when attack or release is zero * SFZ format engine: - Initial implementation (not usable yet) @@ -231,6 +235,9 @@ - fixed support for lochan and hichan opcodes (#155) - fixed crash when using lochan/hichan opcodes (#187) - sfz parser: allow -200 to 200 for pan_oncc opcode (#182) + - added FLAC support (#191) + - sfz parser bugfix: lines starting with whitespace were ignored + - added amplitude opcode * SoundFont format engine: - Initial implementation (not usable yet)