--- linuxsampler/trunk/ChangeLog 2014/03/05 00:02:21 2531 +++ linuxsampler/trunk/ChangeLog 2014/05/18 17:38:25 2559 @@ -99,6 +99,10 @@ - VirtualMidiDevice: Added support for program change. - VirtualMidiDevice: Added support for bank select (MSB & LSB). - VirtualMidiDevice: Added support for pitch bend. + - Aftertouch: extended API to explicitly handle channel pressure and + polyphonic key pressure events (so far polyphonic pressure was not + supported at all, and channel pressure was rerouted as CC128 but not + used so far). * Gigasampler format engine: - implemented the "round robin keyboard" dimension @@ -115,6 +119,7 @@ - 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 + - Fixed support for 'aftertouch' attenuation controller. * SFZ format engine: - Initial implementation (not usable yet) @@ -276,6 +281,9 @@ - added amplitude opcode - added support for "#include" instruction (modified patch which was originally posted by Sergey on LS mailing list) + - bugfix: generation of velocity curves etc should not be done + after each "#include", only after the main file is parsed + - bugfix: line numbers in error messages were wrong after "#include" * SoundFont format engine: - Initial implementation (not usable yet) @@ -405,6 +413,10 @@ line while typing (no double tab required for this feature, as it would be the case in other shells). - Added support for moving cursor left/right with arrow keys. + - Added support for built-in LSCP reference documentation, which will + automatically show the relevant LSCP reference section on screen as soon + as one specific LSCP command was detected while typing on the command + line. * Bug fixes: - Fixed crash which may occur when MIDI key + transpose is out of range