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

Contents of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 600 - (show annotations) (download)
Thu Jun 2 08:52:47 2005 UTC (18 years, 9 months ago) by capela
File size: 5119 byte(s)
- Minor configure fix, a debian specialty.

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

  ViewVC Help
Powered by ViewVC