--- qsampler/trunk/ChangeLog 2006/12/21 13:58:52 995 +++ qsampler/trunk/ChangeLog 2007/10/05 17:41:49 1386 @@ -5,7 +5,35 @@ CVS HEAD -* Manual sampler reset also resets all MIDI instrument maps. +* Added new button "Edit" to the channel strips, which probably + does exactly what you think it does: it opens an appropriate + instrument editor application; the channel instrument editor + tool is also accessible from the main menu and toolbar. + +* Application icon is now installed to ${prefix}/share/pixmaps; + application desktop entry file is now included in installation; + spec file (RPM) is now a bit more openSUSE compliant. + +* Crash fix on double-clicking on a empty instrument list. + +* Added support for LSCP escape sequences to allow loading and + mapping instrument files with special characters in their + filename (requires LSCP v1.2 on sampler side). + + +0.1.4 2007-05-04 Almost another year has gone by. + +* Channel button colors have changed: yellow for mute and + cyan for solo is now the rule, but note that this color + highlighting is only rendered on some widget styles. + +* Master sampler volume slider/spinbox combo is now featured. + +* Initial support for sampler channel FX sends, while saving + the session state, only at code-level. + +* Sampler channel setup dialog does not mandate for valid nor + existing instrument file name. * Revised error verbosity in general and on session load/save; hour-glass wait cursor is now displayed on session load/save; @@ -13,16 +41,15 @@ improved channel strip arrangement on session open/load; instrument map entry removal confirmation (as optional); corrected some tooltip text strings. - -* MIDI instrumeent map program numbers are now displayed in - the range 1-128, instead of the internal 0-127. * Most top-level widgets were missing the normal-widget flag, which were causing some sticky size behavior while on some window managers. * Added preliminary MIDI instrument mapping support; now - with an instrument list widget and editing capabilities. + with an instrument list widget and editing capabilities; + MIDI instrumeent map program numbers are now displayed in + the range 1-128, instead of the internal 0-127. * GPL address update.