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

Diff of /qsampler/trunk/ChangeLog

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

revision 299 by capela, Wed Nov 17 15:41:58 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.4   2004-11-17  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;  * Instrument index selection now made via combo box widget;
100    actual instrument names are now properly retrieved from    actual instrument names are now properly retrieved from

Legend:
Removed from v.299  
changed lines
  Added in v.662

  ViewVC Help
Powered by ViewVC