--- linuxsampler/trunk/ChangeLog 2014/02/05 20:45:18 2515 +++ linuxsampler/trunk/ChangeLog 2014/03/05 00:02:21 2531 @@ -34,6 +34,9 @@ - fixed build error on newer MinGW - support building with older jack versions - support building with spaces in vst sdk path + - enabled automake 'subdir-objects' option and moved external + source references (vst, au, asio) from makefiles to cpp files, + in order to get rid of warnings from automake 1.14 * general changes: - Refactoring: moved the independent code from @@ -93,6 +96,9 @@ - Bugfix: only process the latest MIDI program change event. - Introducing the LSCP shell, which provides convenient control of the sampler from the command line by providing LSCP aware features. + - VirtualMidiDevice: Added support for program change. + - VirtualMidiDevice: Added support for bank select (MSB & LSB). + - VirtualMidiDevice: Added support for pitch bend. * Gigasampler format engine: - implemented the "round robin keyboard" dimension @@ -268,6 +274,8 @@ - added FLAC support (#191) - sfz parser bugfix: lines starting with whitespace were ignored - added amplitude opcode + - added support for "#include" instruction + (modified patch which was originally posted by Sergey on LS mailing list) * SoundFont format engine: - Initial implementation (not usable yet) @@ -388,6 +396,16 @@ - provide comprehensive error messages on LSCP syntax errors (suggesting expected next non-terminal symbols) + * LSCP shell: + - Added support for auto correction of obvious and trivial syntax mistakes. + - Added support for auto completion by tab key. + - Show currently available auto completion while typing. + - Added support for browsing command history with up / down keys. + - Show all possible next symbols immediately right to the current command + 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. + * Bug fixes: - Fixed crash which may occur when MIDI key + transpose is out of range - minor valgrind fixes @@ -434,6 +452,10 @@ crashes and noise on such transitions). - ignore missing LADSPA paths without ignoring valid LADSPA paths (fixes #208) + - Fixed bug in LSCP grammar definition which caused a statement like + "GET SERVER INFOasdf\n" to be accepted as valid statement (was so far + practically irrelevant, however it caused problems with the new LSCP + shell's auto completion feature). Version 1.0.0 (31 July 2009)