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

Diff of /qsampler/trunk/ChangeLog

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

revision 1366 by schoenebeck, Mon Oct 1 18:26:06 2007 UTC revision 1668 by schoenebeck, Tue Feb 5 15:42:33 2008 UTC
# Line 5  ChangeLog Line 5  ChangeLog
5    
6  CVS HEAD  CVS HEAD
7    
8    * Added FX Sends Dialog to Channel Strips.
9    
10    * Color pallete fix for the instrument name display in channel strip,
11      particularly notorious on Mac OS X builds.
12    
13    * Added dialog when the application exits which lets the user decide
14      whether to keep the LinuxSampler running or not.
15    
16    
17    0.2.1  2007-12-06  Qt4 migration was complete.
18    
19    * Added recent new support of libgig for retrieving instrument names in a
20      very fast way. If libgig provides this feature, then the respective
21      name retrieval setting in qsampler is enabled by default.
22    
23    * The current selected/activated channel-strip is now visually
24      evident while in the application workspace (highlighting).
25    
26    * Make View/Menubar and Toolbar shortcuts accessible even though
27      the main menu and toobar are not visible.
28    
29    * Audio routing table is initially hidden in the dialog, when
30      creating a new sampler channel.
31    
32    * README requirements and configuration notes update.
33    
34    * Disable OK button in sampler channel form and MIDI instrument
35      form if no valid engine is selected (to avoid bothering newbie
36      users with confusing LSCP syntax errors when using the UI the
37      first time).
38    
39    * Fixed creation of devices (don't try to set device parameters
40      which the user did not touch in the device creation dialog).
41    
42    * Added Windows file path support.
43    
44    * Fixed win32/qmakefile and win32/config.h so that it compiles
45      under win32.
46    
47    * Qt4 port of the application.
48    
49    
50    0.1.5  2007-10-15 Five months later a fifth is heard.
51    
52    * Added support for LSCP escape sequences to allow loading and
53      mapping instrument files with special characters in their
54      filename, as well as special characters for instrument names
55      and instrument map names (requires LSCP v1.2 on sampler side).
56    
57    * Added new button "Edit" to the channel strips, which probably
58      does exactly what you think it does: it opens an appropriate
59      instrument editor application; the channel instrument editor
60      tool is also accessible from the main menu and toolbar.
61    
62  * Application icon is now installed to ${prefix}/share/pixmaps;  * Application icon is now installed to ${prefix}/share/pixmaps;
63    application desktop entry file is now included in installation;    application desktop entry file is now included in installation;
64    spec file (RPM) is now a bit more openSUSE compliant.    spec file (RPM) is now a bit more openSUSE compliant.
65    
66  * Crash fix on double-clicking on a empty instrument list.  * Crash fix on double-clicking on a empty instrument list.
67    
 * Added new button "Edit" to the channel strips, which probably  
   does exactly what you think it does: it opens an appropriate  
   instrument editor application.  
   
68    
69  0.1.4  2007-05-04 Almost another year has gone by.  0.1.4  2007-05-04 Almost another year has gone by.
70    
# Line 83  CVS HEAD Line 133  CVS HEAD
133    sample SPEC file for RPM build is now being included and    sample SPEC file for RPM build is now being included and
134    generated at configure time.    generated at configure time.
135    
136  * Set to use QApplication::setMainWidget() instead of  * Set to use QApplication::setMainWidget() instead of
137    registering the traditional lastWindowClosed() signal    registering the traditional lastWindowClosed() signal
138    to quit() slot, just to let the -geometry command line    to quit() slot, just to let the -geometry command line
139    argument have some effect on X11.    argument have some effect on X11.
140    
141  * Added MUTE/SOLO buttons to individual channel strips.  * Added MUTE/SOLO buttons to individual channel strips.
# Line 96  CVS HEAD Line 146  CVS HEAD
146    
147  0.1.2   2005-06-23 Even minor workings needs a rest.  0.1.2   2005-06-23 Even minor workings needs a rest.
148    
149  * Fixed output disability when messages limit option is  * Fixed output disability when messages limit option is
150    turned off (thanks to Wolfgang Woehl for spotting this    turned off (thanks to Wolfgang Woehl for spotting this
151    one, while on qjackctl).    one, while on qjackctl).
152    
# Line 133  CVS HEAD Line 183  CVS HEAD
183    consistency, regarding the enumeration of available    consistency, regarding the enumeration of available
184    sampler engines, Audio and MIDI drivers.    sampler engines, Audio and MIDI drivers.
185    
186  * [bug #13] Update instrument names list when a new  * [bug #13] Update instrument names list when a new
187    instrument file is select on the channel setup dialog.    instrument file is select on the channel setup dialog.
188    
189  * Show appropriate message in channel strip while loading  * Show appropriate message in channel strip while loading
190    an instrument.    an instrument.
191    
192  * Show libgig version in About box (in case libgig is used).  * Show libgig version in About box (in case libgig is used).
193    
# Line 167  CVS HEAD Line 217  CVS HEAD
217    drop is allowed, but it only makes sense for instrument    drop is allowed, but it only makes sense for instrument
218    files, each one prompting to create a new sampler channel.    files, each one prompting to create a new sampler channel.
219    
220  * Drag-and-drop to an existing channel strip is now also  * Drag-and-drop to an existing channel strip is now also
221    featured, allowing the in-place change of the channel    featured, allowing the in-place change of the channel
222    sampler instrument file.    sampler instrument file.
223    
224  * Actual instrument names are now optionally retrieved  * Actual instrument names are now optionally retrieved

Legend:
Removed from v.1366  
changed lines
  Added in v.1668

  ViewVC Help
Powered by ViewVC