--- qsampler/trunk/ChangeLog 2007/11/19 21:08:18 1492 +++ qsampler/trunk/ChangeLog 2007/11/26 16:00:21 1527 @@ -5,8 +5,33 @@ CVS HEAD -* Fixed creation of devices (don't try to set device parameters which the - user did not touch in the device creation dialog). +* 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. + +* Audio routing table is initially hidden in the dialog, when + creating a new sampler channel. + +* README requirements and configuration notes update. + +* Disable OK button in sampler channel form and MIDI instrument + form if no valid engine is selected (to avoid bothering newbie + users with confusing LSCP syntax errors when using the UI the + first time). + +* Fixed creation of devices (don't try to set device parameters + which the user did not touch in the device creation dialog). + +* Added Windows file path support. + +* Fixed win32/qmakefile and win32/config.h so that it compiles + under win32. * Qt4 port of the application.