/[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 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.0.2   2004-06-12  Work in progress...  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.
79    
80    * Instrument index selection now made via combo box widget;
81      actual instrument names are now properly retrieved from
82      the instrument file, provided if libgig is available.
83    
84    * Sampler channels strips are just created if, and only if,
85      the respective channel setup dialog is actually accepted,
86      following common user-interface guidelines.
87    
88    * Almost complete rewrite of sampler channel strips internal
89      control structures.
90    
91    * Sampler reset command action added to menu and toolbar.
92    
93    * MIDI channel selection is now a dropdown list, allowing
94      the explicit selection for "All" channels input per sampler
95      channel (omni mode).
96    
97    * Channel strip display glass effect has changed background
98      color to black (was green), being now an user option.
99    
100    * Minor configure fixes.
101    
102    
103    0.0.3   2004-07-06  Third alpha-release.
104    
105    * Mon-modal intrument file loading and status support.
106    
107    * Effective MIDI input port setting on channel dialog,
108      and on session file save.
109    
110    * Channel dialog gets sensible engine and driver defaults
111      on create time.
112    
113    * Implied channel reset on successful instrument load.
114    
115    
116    0.0.2   2004-06-15  Pre-revolutionary release.
117    
118    * The channel context menu is also accessible by right-clicking
119      over the empty workspace area.
120    
121  * Added small wait event loop on qsamplerMainForm::stopServer(),  * Added small wait event loop on qsamplerMainForm::stopServer(),
122    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.600

  ViewVC Help
Powered by ViewVC