--- linuxsampler/trunk/ChangeLog 2014/02/06 21:11:23 2516 +++ linuxsampler/trunk/ChangeLog 2014/02/19 19:02:43 2521 @@ -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 @@ -392,6 +398,7 @@ - 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