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

Diff of /qsampler/trunk/ChangeLog

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

revision 338 by capela, Wed Jan 12 10:43:37 2005 UTC revision 409 by capela, Thu Feb 24 12:10:54 2005 UTC
# Line 3  qsampler - A LinuxSampler Qt GUI Interfa Line 3  qsampler - A LinuxSampler Qt GUI Interfa
3    
4  ChangeLog  ChangeLog
5    
6  0.0.5   2005-01-12  Work in progress...  0.0.5   2005-02-24  Work in progress...
7    
8  - Messages window limit is now enforced only when the line  * Channels are now properly renumbered when saving to a
9      session LSCP script, assuming that it should be always
10      loaded from scratch (i.e. zero channels).
11    
12    * Disabled MIDI port setting on channel dialog, and on
13      session file save, as its use is still troublesome.
14    
15    * Added new menu and toolbar option: Reset All Channels.
16    
17    * Channel setup changes are now properly filtered, as for
18      only those settings that are actually changed gets applied;
19      change information are now also posted to messages window.
20    
21    * Drag-and-drop of either session files (LSCP scripts) or
22      instrument files (GIG) are now supported. Multiple files
23      drop is allowed, but it only makes sense for instrument
24      files, each one prompting to create a new sampler channel.
25    
26    * Drag-and-drop to an existing channel strip is now also
27      featured, allowing the in-place change of the channel
28      sampler instrument file.
29    
30    * Actual instrument names are now optionally retrieved
31      from the instrument file, even though libgig is available,
32      avoiding excessively annoying load times while on the
33      channel dialog, when huge instrument files are selected.
34    
35    * Set to ignore the SIGPIPE ("Broken pipe") signal, where
36      available, as the default handler is usually fatal when
37      a JACK client is zombified abruptly.
38    
39    * Messages window limit is now enforced only when the line
40    count exceeds in one third the user configured line count    count exceeds in one third the user configured line count
41    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
42    otherwise set to the optimized Qt::LogText format.    otherwise set to the optimized Qt::LogText format.

Legend:
Removed from v.338  
changed lines
  Added in v.409

  ViewVC Help
Powered by ViewVC