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

Diff of /qsampler/trunk/ChangeLog

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

revision 122 by capela, Sat Jun 12 13:21:35 2004 UTC revision 526 by capela, Mon May 9 10:48:40 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.2   2004-06-12  Work in progress...  0.1.0   2005-05-09  Device configuration breakthrough.
7    
8    * 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
59      a JACK client is zombified abruptly.
60    
61    * Messages window limit is now enforced only when the line
62      count exceeds in one third the user configured line count
63      maximum; if Qt 3.2.0+ is in use, the QTextView widget is
64      otherwise set to the optimized Qt::LogText format.
65    
66    
67    0.0.4   2004-11-19  Fourth alpha-release.
68    
69    * Instrument index selection now made via combo box widget;
70      actual instrument names are now properly retrieved from
71      the instrument file, provided if libgig is available.
72    
73    * Sampler channels strips are just created if, and only if,
74      the respective channel setup dialog is actually accepted,
75      following common user-interface guidelines.
76    
77    * Almost complete rewrite of sampler channel strips internal
78      control structures.
79    
80    * Sampler reset command action added to menu and toolbar.
81    
82    * MIDI channel selection is now a dropdown list, allowing
83      the explicit selection for "All" channels input per sampler
84      channel (omni mode).
85    
86    * Channel strip display glass effect has changed background
87      color to black (was green), being now an user option.
88    
89    * Minor configure fixes.
90    
91    
92    0.0.3   2004-07-06  Third alpha-release.
93    
94    * Mon-modal intrument file loading and status support.
95    
96    * Effective MIDI input port setting on channel dialog,
97      and on session file save.
98    
99    * Channel dialog gets sensible engine and driver defaults
100      on create time.
101    
102    * Implied channel reset on successful instrument load.
103    
104    
105    0.0.2   2004-06-15  Pre-revolutionary release.
106    
107    * The channel context menu is also accessible by right-clicking
108      over the empty workspace area.
109    
110  * Added small wait event loop on qsamplerMainForm::stopServer(),  * Added small wait event loop on qsamplerMainForm::stopServer(),
111    so let local server terminate gracefully and stabilize, and    so let local server terminate gracefully and stabilize, and

Legend:
Removed from v.122  
changed lines
  Added in v.526

  ViewVC Help
Powered by ViewVC