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

Contents of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 662 - (show annotations) (download)
Sat Jun 18 10:46:57 2005 UTC (18 years, 9 months ago) by capela
File size: 5761 byte(s)
* Added CHANNEL_INFO event feedback notification handling.

1 Qsampler - A LinuxSampler Qt GUI Interface
2 ------------------------------------------
3
4 ChangeLog
5
6 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(),
141 so let local server terminate gracefully and stabilize, and
142 avoiding a probable segfault on exit, which was preventing the
143 correct salvage of settings and configuration.
144
145 * Maximum channel volume percent setting is now a global option,
146 provided to override the default (which is 100%).
147
148 * Client/server transaction timeout option upper limit has been
149 increased from 5000 to 60000 milliseconds.
150
151 * A channel context menu is now featured, by right-clicking over
152 each sampler channel strip.
153
154 * Commented SET CHANNEL MIDI_INPUT_PORT command from
155 qsamplerMainForm::saveSessionFile(), it has no effect.
156
157 * Insert a n #include <unistd.h> on qsamplerMessages.cpp, between
158 a #if !defined(WIN32) clause.
159
160 * An initial non zero value (0.8) is now set for volume of every
161 new sampler channel strip.
162
163 * The order to load/save and setup channel settings is now as
164 suggested in the following lines:
165
166 SET CHANNEL AUDIO_OUTPUT_TYPE ...
167 SET CHANNEL MIDI_INPUT_TYPE ...
168 SET CHANNEL MIDI_INPUT_CHANNEL ...
169 LOAD ENGINE ...
170 LOAD INSTRUMENT ...
171 SET CHANNEL VOLUME ...
172
173
174 0.0.1 2004-06-05 Primordial alpha release.
175

  ViewVC Help
Powered by ViewVC