--- qsampler/trunk/ChangeLog 2007/11/22 22:17:43 1512 +++ qsampler/trunk/ChangeLog 2008/02/26 16:00:00 1710 @@ -5,6 +5,39 @@ CVS HEAD +* Bugfix in sampler channel dialog, driver combo boxes' content were + screwed. + +* Automatically add & remove channel strips as they were removed e.g. by + other frontends. + +* Refresh device management dialog when device informations changed, + e.g. on changes caused by other frontends + (fixes segfault on device changes) + +* Implemented MIDI device activity windows, selectable from the "View" + main menu. + +* Implemented MIDI activity indicator on channel strips. + +* Added FX Sends Dialog to Channel Strips. + +* Color pallete fix for the instrument name display in channel strip, + particularly notorious on Mac OS X builds. + +* Added dialog when the application exits which lets the user decide + whether to keep the LinuxSampler running or not. + + +0.2.1 2007-12-06 Qt4 migration was complete. + +* Added recent new support of libgig for retrieving instrument names in a + very fast way. If libgig provides this feature, then the respective + name retrieval setting in qsampler is enabled by default. + +* The current selected/activated channel-strip is now visually + evident while in the application workspace (highlighting). + * Make View/Menubar and Toolbar shortcuts accessible even though the main menu and toobar are not visible.