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

Diff of /qsampler/trunk/ChangeLog

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

revision 303 by capela, Fri Nov 19 10:18:59 2004 UTC revision 600 by capela, Thu Jun 2 08:52:47 2005 UTC
# Line 1  Line 1 
1  qsampler - A LinuxSampler Qt GUI Interface  Qsampler - A LinuxSampler Qt GUI Interface
2  ------------------------------------------  ------------------------------------------
3    
4  ChangeLog  ChangeLog
5    
6    0.1.1   2005-06-02 The mantra of bugfixes.
7    
8    * Fixed refresh cycle of channel strips that are found
9      in an error state, which wwas preventing correct channel
10      info updates.
11    
12    * Device configuration now accessible on toolbar.
13    
14    * Minor configure fix, a debian specialty.
15    
16    
17    0.1.0   2005-05-23  Device configuration breakthrough.
18    
19    * Device configuration is now complete (EXPERIMENTAL).
20    
21    * [bug #9] Fixed for a LSCP command syntax convention
22      consistency, regarding the enumeration of available
23      sampler engines, Audio and MIDI drivers.
24    
25    * [bug #13] Update instrument names list when a new
26      instrument file is select on the channel setup dialog.
27    
28    * Show appropriate message in channel strip while loading
29      an instrument.
30    
31    * Show libgig version in About box (in case libgig is used).
32    
33    
34    0.0.5   2005-03-04  Fifth alpha-release.
35    
36    * Fixed device driver type channel information gathering,
37      which was severely flawed, dropping all channel session
38      configurations to the default audio driver type (which
39      is ALSA) unexpectedly.
40    
41    * Channels are now properly renumbered when saving to a
42      session LSCP script, assuming that it should be always
43      loaded from scratch (i.e. zero channels).
44    
45    * Disabled MIDI port setting on channel dialog, and on
46      session file save, as its use is still troublesome.
47    
48    * Added new menu and toolbar option: Reset All Channels.
49    
50    * Channel setup changes are now properly filtered, as for
51      only those settings that are actually changed gets applied;
52      change information are now also posted to messages window.
53    
54    * Drag-and-drop of either session files (LSCP scripts) or
55      instrument files (GIG) are now supported. Multiple files
56      drop is allowed, but it only makes sense for instrument
57      files, each one prompting to create a new sampler channel.
58    
59    * Drag-and-drop to an existing channel strip is now also
60      featured, allowing the in-place change of the channel
61      sampler instrument file.
62    
63    * Actual instrument names are now optionally retrieved
64      from the instrument file, even though libgig is available,
65      avoiding excessively annoying load times while on the
66      channel dialog, when huge instrument files are selected.
67    
68    * Set to ignore the SIGPIPE ("Broken pipe") signal, where
69      available, as the default handler is usually fatal when
70      a JACK client is zombified abruptly.
71    
72    * Messages window limit is now enforced only when the line
73      count exceeds in one third the user configured line count
74      maximum; if Qt 3.2.0+ is in use, the QTextView widget is
75      otherwise set to the optimized Qt::LogText format.
76    
77    
78  0.0.4   2004-11-19  Fourth alpha-release.  0.0.4   2004-11-19  Fourth alpha-release.
79    
80  * Instrument index selection now made via combo box widget;  * Instrument index selection now made via combo box widget;

Legend:
Removed from v.303  
changed lines
  Added in v.600

  ViewVC Help
Powered by ViewVC