/[svn]/qsampler/trunk/ChangeLog
ViewVC logotype

Diff of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 758 by capela, Sun Aug 28 00:31:34 2005 UTC revision 1493 by schoenebeck, Mon Nov 19 21:18:20 2007 UTC
# Line 5  ChangeLog Line 5  ChangeLog
5    
6  CVS HEAD  CVS HEAD
7    
8    * Fixed creation of devices (don't try to set device parameters which the
9      user did not touch in the device creation dialog).
10    
11    * Added Windows file path support.
12    
13    * Fixed win32/qmakefile and win32/config.h so that it compiles under win32.
14    
15    * Qt4 port of the application.
16    
17    
18    0.1.5  2007-10-15 Five months later a fifth is heard.
19    
20    * Added support for LSCP escape sequences to allow loading and
21      mapping instrument files with special characters in their
22      filename, as well as special characters for instrument names
23      and instrument map names (requires LSCP v1.2 on sampler side).
24    
25    * Added new button "Edit" to the channel strips, which probably
26      does exactly what you think it does: it opens an appropriate
27      instrument editor application; the channel instrument editor
28      tool is also accessible from the main menu and toolbar.
29    
30    * Application icon is now installed to ${prefix}/share/pixmaps;
31      application desktop entry file is now included in installation;
32      spec file (RPM) is now a bit more openSUSE compliant.
33    
34    * Crash fix on double-clicking on a empty instrument list.
35    
36    
37    0.1.4  2007-05-04 Almost another year has gone by.
38    
39    * Channel button colors have changed: yellow for mute and
40      cyan for solo is now the rule, but note that this color
41      highlighting is only rendered on some widget styles.
42    
43    * Master sampler volume slider/spinbox combo is now featured.
44    
45    * Initial support for sampler channel FX sends, while saving
46      the session state, only at code-level.
47    
48    * Sampler channel setup dialog does not mandate for valid nor
49      existing instrument file name.
50    
51    * Revised error verbosity in general and on session load/save;
52      hour-glass wait cursor is now displayed on session load/save;
53      keyboard shortcuts changed on MIDI instruments view context;
54      improved channel strip arrangement on session open/load;
55      instrument map entry removal confirmation (as optional);
56      corrected some tooltip text strings.
57    
58    * Most top-level widgets were missing the normal-widget flag,
59      which were causing some sticky size behavior while on some
60      window managers.
61    
62    * Added preliminary MIDI instrument mapping support; now
63      with an instrument list widget and editing capabilities;
64      MIDI instrumeent map program numbers are now displayed in
65      the range 1-128, instead of the internal 0-127.
66    
67    * GPL address update.
68    
69    
70    0.1.3   2006-06-01 Its been a long year isn't it?
71    
72    * Changed deprecated copyright attribute to license,
73      on qsampler.spec (RPM).
74    
75    * Added configure support for x86_64 libraries (UNTESTED).
76    
77    * Optional specification of alternate liblscp and libgig
78      installation paths have been added to configure command
79      arguments (--with-liblscp, --with-libgig).
80    
81    * Whenever the listing of actual instrument names is not an
82      option (e.g. due to lack of libgig support), the whole
83      number of selectable instrument items is now being graciously
84      increased from just the bare 8 (eight) right up through 100
85      (one hundred), on the sampler channel setup dialog.
86    
87    * The selection buttons, on the right of the Instrument, Audio
88      and MIDI devices combo-boxes, on the sampler channel dialog,
89      are now expected to be a little better looking than it was
90      before, at least for those Mac OS X eyes.
91    
92    * Minor fixing on the initial messages dock-window height.
93    
94  * Audio output channel routing configuration finally hits  * Audio output channel routing configuration finally hits
95    the sampler channel dialog, at last! (EXPERIMENTAL).    the sampler channel dialog, at last! (EXPERIMENTAL).
96    
# Line 15  CVS HEAD Line 101  CVS HEAD
101    sample SPEC file for RPM build is now being included and    sample SPEC file for RPM build is now being included and
102    generated at configure time.    generated at configure time.
103    
104  * Set to use QApplication::setMainWidget() instead of  * Set to use QApplication::setMainWidget() instead of
105    registering the traditional lastWindowClosed() signal    registering the traditional lastWindowClosed() signal
106    to quit() slot, just to let the -geometry command line    to quit() slot, just to let the -geometry command line
107    argument have some effect on X11.    argument have some effect on X11.
108    
109  * Added MUTE/SOLO buttons to individual channel strips.  * Added MUTE/SOLO buttons to individual channel strips.
# Line 28  CVS HEAD Line 114  CVS HEAD
114    
115  0.1.2   2005-06-23 Even minor workings needs a rest.  0.1.2   2005-06-23 Even minor workings needs a rest.
116    
117  * Fixed output disability when messages limit option is  * Fixed output disability when messages limit option is
118    turned off (thanks to Wolfgang Woehl for spotting this    turned off (thanks to Wolfgang Woehl for spotting this
119    one, while on qjackctl).    one, while on qjackctl).
120    
# Line 65  CVS HEAD Line 151  CVS HEAD
151    consistency, regarding the enumeration of available    consistency, regarding the enumeration of available
152    sampler engines, Audio and MIDI drivers.    sampler engines, Audio and MIDI drivers.
153    
154  * [bug #13] Update instrument names list when a new  * [bug #13] Update instrument names list when a new
155    instrument file is select on the channel setup dialog.    instrument file is select on the channel setup dialog.
156    
157  * Show appropriate message in channel strip while loading  * Show appropriate message in channel strip while loading
158    an instrument.    an instrument.
159    
160  * Show libgig version in About box (in case libgig is used).  * Show libgig version in About box (in case libgig is used).
161    
# Line 99  CVS HEAD Line 185  CVS HEAD
185    drop is allowed, but it only makes sense for instrument    drop is allowed, but it only makes sense for instrument
186    files, each one prompting to create a new sampler channel.    files, each one prompting to create a new sampler channel.
187    
188  * Drag-and-drop to an existing channel strip is now also  * Drag-and-drop to an existing channel strip is now also
189    featured, allowing the in-place change of the channel    featured, allowing the in-place change of the channel
190    sampler instrument file.    sampler instrument file.
191    
192  * Actual instrument names are now optionally retrieved  * Actual instrument names are now optionally retrieved

Legend:
Removed from v.758  
changed lines
  Added in v.1493

  ViewVC Help
Powered by ViewVC