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

Contents of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 526 - (show annotations) (download)
Mon May 9 10:48:40 2005 UTC (18 years, 10 months ago) by capela
File size: 4852 byte(s)
ChangeLog update.

1 Qsampler - A LinuxSampler Qt GUI Interface
2 ------------------------------------------
3
4 ChangeLog
5
6 0.1.0 2005-05-09 Device configuration breakthrough.
7
8 * Device configuration is now complete (EXPERIMENTAL).
9
10 * [bug #9] Fixed for a LSCP command syntax convention
11 consistency, regarding the enumeration of available
12 sampler engines, Audio and MIDI drivers.
13
14 * [bug #13] Update instrument names list when a new
15 instrument file is select on the channel setup dialog.
16
17 * Show appropriate message in channel strip while loading
18 an instrument.
19
20 * Show libgig version in About box (in case libgig is used).
21
22
23 0.0.5 2005-03-04 Fifth alpha-release.
24
25 * Fixed device driver type channel information gathering,
26 which was severely flawed, dropping all channel session
27 configurations to the default audio driver type (which
28 is ALSA) unexpectedly.
29
30 * Channels are now properly renumbered when saving to a
31 session LSCP script, assuming that it should be always
32 loaded from scratch (i.e. zero channels).
33
34 * Disabled MIDI port setting on channel dialog, and on
35 session file save, as its use is still troublesome.
36
37 * Added new menu and toolbar option: Reset All Channels.
38
39 * Channel setup changes are now properly filtered, as for
40 only those settings that are actually changed gets applied;
41 change information are now also posted to messages window.
42
43 * Drag-and-drop of either session files (LSCP scripts) or
44 instrument files (GIG) are now supported. Multiple files
45 drop is allowed, but it only makes sense for instrument
46 files, each one prompting to create a new sampler channel.
47
48 * Drag-and-drop to an existing channel strip is now also
49 featured, allowing the in-place change of the channel
50 sampler instrument file.
51
52 * Actual instrument names are now optionally retrieved
53 from the instrument file, even though libgig is available,
54 avoiding excessively annoying load times while on the
55 channel dialog, when huge instrument files are selected.
56
57 * Set to ignore the SIGPIPE ("Broken pipe") signal, where
58 available, as the default handler is usually fatal when
59 a JACK client is zombified abruptly.
60
61 * Messages window limit is now enforced only when the line
62 count exceeds in one third the user configured line count
63 maximum; if Qt 3.2.0+ is in use, the QTextView widget is
64 otherwise set to the optimized Qt::LogText format.
65
66
67 0.0.4 2004-11-19 Fourth alpha-release.
68
69 * Instrument index selection now made via combo box widget;
70 actual instrument names are now properly retrieved from
71 the instrument file, provided if libgig is available.
72
73 * Sampler channels strips are just created if, and only if,
74 the respective channel setup dialog is actually accepted,
75 following common user-interface guidelines.
76
77 * Almost complete rewrite of sampler channel strips internal
78 control structures.
79
80 * Sampler reset command action added to menu and toolbar.
81
82 * MIDI channel selection is now a dropdown list, allowing
83 the explicit selection for "All" channels input per sampler
84 channel (omni mode).
85
86 * Channel strip display glass effect has changed background
87 color to black (was green), being now an user option.
88
89 * Minor configure fixes.
90
91
92 0.0.3 2004-07-06 Third alpha-release.
93
94 * Mon-modal intrument file loading and status support.
95
96 * Effective MIDI input port setting on channel dialog,
97 and on session file save.
98
99 * Channel dialog gets sensible engine and driver defaults
100 on create time.
101
102 * Implied channel reset on successful instrument load.
103
104
105 0.0.2 2004-06-15 Pre-revolutionary release.
106
107 * The channel context menu is also accessible by right-clicking
108 over the empty workspace area.
109
110 * Added small wait event loop on qsamplerMainForm::stopServer(),
111 so let local server terminate gracefully and stabilize, and
112 avoiding a probable segfault on exit, which was preventing the
113 correct salvage of settings and configuration.
114
115 * Maximum channel volume percent setting is now a global option,
116 provided to override the default (which is 100%).
117
118 * Client/server transaction timeout option upper limit has been
119 increased from 5000 to 60000 milliseconds.
120
121 * A channel context menu is now featured, by right-clicking over
122 each sampler channel strip.
123
124 * Commented SET CHANNEL MIDI_INPUT_PORT command from
125 qsamplerMainForm::saveSessionFile(), it has no effect.
126
127 * Insert a n #include <unistd.h> on qsamplerMessages.cpp, between
128 a #if !defined(WIN32) clause.
129
130 * An initial non zero value (0.8) is now set for volume of every
131 new sampler channel strip.
132
133 * The order to load/save and setup channel settings is now as
134 suggested in the following lines:
135
136 SET CHANNEL AUDIO_OUTPUT_TYPE ...
137 SET CHANNEL MIDI_INPUT_TYPE ...
138 SET CHANNEL MIDI_INPUT_CHANNEL ...
139 LOAD ENGINE ...
140 LOAD INSTRUMENT ...
141 SET CHANNEL VOLUME ...
142
143
144 0.0.1 2004-06-05 Primordial alpha release.
145

  ViewVC Help
Powered by ViewVC