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

Diff of /qsampler/trunk/ChangeLog

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

revision 340 by capela, Fri Jan 14 10:40:47 2005 UTC revision 567 by capela, Mon May 23 10:58:27 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.0.5   2005-01-14  Work in progress...  0.1.0   2005-05-23  Device configuration breakthrough.
7    
8  - Set to ignore the SIGPIPE ("Broken pipe") signal, where  * Device configuration is now complete (EXPERIMENTAL).
9    
10    * [bug #9] Fixed for a LSCP command syntax convention
11      consistency, regarding the enumeration of available
12      sampler engines, Audio and MIDI drivers.
13    
14    * [bug #13] Update instrument names list when a new
15      instrument file is select on the channel setup dialog.
16    
17    * Show appropriate message in channel strip while loading
18      an instrument.
19    
20    * Show libgig version in About box (in case libgig is used).
21    
22    
23    0.0.5   2005-03-04  Fifth alpha-release.
24    
25    * Fixed device driver type channel information gathering,
26      which was severely flawed, dropping all channel session
27      configurations to the default audio driver type (which
28      is ALSA) unexpectedly.
29    
30    * Channels are now properly renumbered when saving to a
31      session LSCP script, assuming that it should be always
32      loaded from scratch (i.e. zero channels).
33    
34    * Disabled MIDI port setting on channel dialog, and on
35      session file save, as its use is still troublesome.
36    
37    * Added new menu and toolbar option: Reset All Channels.
38    
39    * Channel setup changes are now properly filtered, as for
40      only those settings that are actually changed gets applied;
41      change information are now also posted to messages window.
42    
43    * Drag-and-drop of either session files (LSCP scripts) or
44      instrument files (GIG) are now supported. Multiple files
45      drop is allowed, but it only makes sense for instrument
46      files, each one prompting to create a new sampler channel.
47    
48    * Drag-and-drop to an existing channel strip is now also
49      featured, allowing the in-place change of the channel
50      sampler instrument file.
51    
52    * Actual instrument names are now optionally retrieved
53      from the instrument file, even though libgig is available,
54      avoiding excessively annoying load times while on the
55      channel dialog, when huge instrument files are selected.
56    
57    * Set to ignore the SIGPIPE ("Broken pipe") signal, where
58    available, as the default handler is usually fatal when    available, as the default handler is usually fatal when
59    a JACK client is zombified abruptly.    a JACK client is zombified abruptly.
60    
61  - Messages window limit is now enforced only when the line  * Messages window limit is now enforced only when the line
62    count exceeds in one third the user configured line count    count exceeds in one third the user configured line count
63    maximum; if Qt 3.2.0+ is in use, the QTextView widget is    maximum; if Qt 3.2.0+ is in use, the QTextView widget is
64    otherwise set to the optimized Qt::LogText format.    otherwise set to the optimized Qt::LogText format.

Legend:
Removed from v.340  
changed lines
  Added in v.567

  ViewVC Help
Powered by ViewVC