--- linuxsampler/trunk/ChangeLog 2014/01/23 04:00:26 2510 +++ linuxsampler/trunk/ChangeLog 2014/02/06 21:11:23 2516 @@ -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 @@ -344,6 +346,8 @@ - ASIO driver: removed compiler warnings - CoreAudio: fixed minor error handling bug - ASIO driver: be more verbose when no ASIO card could be found (fixes #203) + - JACK audio: return the JACK server's current sample rate as default value + for audio device parameter "SAMPLERATE" (fixes #166). * LSCP server: - added support for sending MIDI CC messages via LSCP command @@ -384,6 +388,11 @@ - 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. + * Bug fixes: - Fixed crash which may occur when MIDI key + transpose is out of range - minor valgrind fixes