/[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 662 by capela, Sat Jun 18 10:46:57 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.2   2005-06-18 Work in progress...
7    
8    * Fixed output disability when messages limit option is
9      turned off (thanks to Wolfgang Woehl for spotting this
10      one, while on qjackctl).
11    
12    * Added CHANNEL_INFO event feedback notification handling.
13    
14    
15    0.1.1   2005-06-12 The mantra of bugfixes.
16    
17    * New improved and full-featured application icon, thanks
18      to Christian Schoenebeck design.
19    
20    * Fixed refresh cycle of channel strips that are found
21      in an error state, which was preventing correct channel
22      info updates.
23    
24    * Device configuration now accessible on toolbar. Added
25      buddy text label to device port/channel combobox on the
26      device dialog.
27    
28    * Include libgig version info on command line request (-v).
29    
30    * Minor configure and Makefile install fixes, as Debian and
31      Mac OS X specialties. Also, install does the right thing
32      with target file modes (thanks to Matt Flax and Ebrahim
33      Mayat, for pointing these out).
34    
35    
36    0.1.0   2005-05-23  Device configuration breakthrough.
37    
38    * Device configuration is now complete (EXPERIMENTAL).
39    
40    * [bug #9] Fixed for a LSCP command syntax convention
41      consistency, regarding the enumeration of available
42      sampler engines, Audio and MIDI drivers.
43    
44    * [bug #13] Update instrument names list when a new
45      instrument file is select on the channel setup dialog.
46    
47    * Show appropriate message in channel strip while loading
48      an instrument.
49    
50    * Show libgig version in About box (in case libgig is used).
51    
52    
53    0.0.5   2005-03-04  Fifth alpha-release.
54    
55    * Fixed device driver type channel information gathering,
56      which was severely flawed, dropping all channel session
57      configurations to the default audio driver type (which
58      is ALSA) unexpectedly.
59    
60    * Channels are now properly renumbered when saving to a
61      session LSCP script, assuming that it should be always
62      loaded from scratch (i.e. zero channels).
63    
64    * Disabled MIDI port setting on channel dialog, and on
65      session file save, as its use is still troublesome.
66    
67    * Added new menu and toolbar option: Reset All Channels.
68    
69    * Channel setup changes are now properly filtered, as for
70      only those settings that are actually changed gets applied;
71      change information are now also posted to messages window.
72    
73    * Drag-and-drop of either session files (LSCP scripts) or
74      instrument files (GIG) are now supported. Multiple files
75      drop is allowed, but it only makes sense for instrument
76      files, each one prompting to create a new sampler channel.
77    
78    * Drag-and-drop to an existing channel strip is now also
79      featured, allowing the in-place change of the channel
80      sampler instrument file.
81    
82    * Actual instrument names are now optionally retrieved
83      from the instrument file, even though libgig is available,
84      avoiding excessively annoying load times while on the
85      channel dialog, when huge instrument files are selected.
86    
87    * Set to ignore the SIGPIPE ("Broken pipe") signal, where
88      available, as the default handler is usually fatal when
89      a JACK client is zombified abruptly.
90    
91    * Messages window limit is now enforced only when the line
92      count exceeds in one third the user configured line count
93      maximum; if Qt 3.2.0+ is in use, the QTextView widget is
94      otherwise set to the optimized Qt::LogText format.
95    
96    
97    0.0.4   2004-11-19  Fourth alpha-release.
98    
99    * Instrument index selection now made via combo box widget;
100      actual instrument names are now properly retrieved from
101      the instrument file, provided if libgig is available.
102    
103    * Sampler channels strips are just created if, and only if,
104      the respective channel setup dialog is actually accepted,
105      following common user-interface guidelines.
106    
107    * Almost complete rewrite of sampler channel strips internal
108      control structures.
109    
110    * Sampler reset command action added to menu and toolbar.
111    
112    * MIDI channel selection is now a dropdown list, allowing
113      the explicit selection for "All" channels input per sampler
114      channel (omni mode).
115    
116    * Channel strip display glass effect has changed background
117      color to black (was green), being now an user option.
118    
119    * Minor configure fixes.
120    
121    
122    0.0.3   2004-07-06  Third alpha-release.
123    
124    * Mon-modal intrument file loading and status support.
125    
126    * Effective MIDI input port setting on channel dialog,
127      and on session file save.
128    
129    * Channel dialog gets sensible engine and driver defaults
130      on create time.
131    
132    * Implied channel reset on successful instrument load.
133    
134    
135    0.0.2   2004-06-15  Pre-revolutionary release.
136    
137    * The channel context menu is also accessible by right-clicking
138      over the empty workspace area.
139    
140  * Added small wait event loop on qsamplerMainForm::stopServer(),  * Added small wait event loop on qsamplerMainForm::stopServer(),
141    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.662

  ViewVC Help
Powered by ViewVC