--- linuxsampler/trunk/ChangeLog 2014/01/26 17:47:43 2512 +++ linuxsampler/trunk/ChangeLog 2014/02/08 00:49:30 2518 @@ -91,6 +91,8 @@ - AbstractEngine::GSChecksum(): don't allocate memory on the stack (was unsafe and caused compilation error with clang 2.x). - 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. * Gigasampler format engine: - implemented the "round robin keyboard" dimension @@ -386,6 +388,12 @@ - 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. + * Bug fixes: - Fixed crash which may occur when MIDI key + transpose is out of range - minor valgrind fixes