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

Annotation of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 338 - (hide annotations) (download)
Wed Jan 12 10:43:37 2005 UTC (19 years, 2 months ago) by capela
File size: 2853 byte(s)
~Messages limit optimization with Qt::LogText format (QTextEdit).

1 capela 109 qsampler - A LinuxSampler Qt GUI Interface
2     ------------------------------------------
3    
4     ChangeLog
5    
6 capela 338 0.0.5 2005-01-12 Work in progress...
7 capela 327
8     - Messages window limit is now enforced only when the line
9     count exceeds in one third the user configured line count
10 capela 338 maximum; if Qt 3.2.0+ is in use, the QTextView widget is
11     otherwise set to the optimized Qt::LogText format.
12 capela 327
13    
14 capela 303 0.0.4 2004-11-19 Fourth alpha-release.
15 capela 115
16 capela 299 * Instrument index selection now made via combo box widget;
17     actual instrument names are now properly retrieved from
18     the instrument file, provided if libgig is available.
19    
20 capela 295 * Sampler channels strips are just created if, and only if,
21     the respective channel setup dialog is actually accepted,
22     following common user-interface guidelines.
23    
24 capela 264 * Almost complete rewrite of sampler channel strips internal
25     control structures.
26    
27 capela 255 * Sampler reset command action added to menu and toolbar.
28    
29     * MIDI channel selection is now a dropdown list, allowing
30     the explicit selection for "All" channels input per sampler
31 capela 295 channel (omni mode).
32 capela 255
33     * Channel strip display glass effect has changed background
34 capela 267 color to black (was green), being now an user option.
35 capela 255
36     * Minor configure fixes.
37    
38    
39     0.0.3 2004-07-06 Third alpha-release.
40    
41 capela 145 * Mon-modal intrument file loading and status support.
42    
43 capela 176 * Effective MIDI input port setting on channel dialog,
44     and on session file save.
45 capela 145
46 capela 176 * Channel dialog gets sensible engine and driver defaults
47     on create time.
48 capela 161
49 capela 176 * Implied channel reset on successful instrument load.
50    
51    
52 capela 145 0.0.2 2004-06-15 Pre-revolutionary release.
53    
54 capela 127 * The channel context menu is also accessible by right-clicking
55     over the empty workspace area.
56 capela 130
57 capela 122 * Added small wait event loop on qsamplerMainForm::stopServer(),
58     so let local server terminate gracefully and stabilize, and
59     avoiding a probable segfault on exit, which was preventing the
60     correct salvage of settings and configuration.
61    
62 capela 119 * Maximum channel volume percent setting is now a global option,
63     provided to override the default (which is 100%).
64    
65     * Client/server transaction timeout option upper limit has been
66     increased from 5000 to 60000 milliseconds.
67    
68 capela 118 * A channel context menu is now featured, by right-clicking over
69     each sampler channel strip.
70 capela 115
71 capela 118 * Commented SET CHANNEL MIDI_INPUT_PORT command from
72     qsamplerMainForm::saveSessionFile(), it has no effect.
73    
74     * Insert a n #include <unistd.h> on qsamplerMessages.cpp, between
75 capela 115 a #if !defined(WIN32) clause.
76    
77 capela 118 * An initial non zero value (0.8) is now set for volume of every
78     new sampler channel strip.
79 capela 115
80     * The order to load/save and setup channel settings is now as
81     suggested in the following lines:
82    
83     SET CHANNEL AUDIO_OUTPUT_TYPE ...
84     SET CHANNEL MIDI_INPUT_TYPE ...
85     SET CHANNEL MIDI_INPUT_CHANNEL ...
86     LOAD ENGINE ...
87     LOAD INSTRUMENT ...
88     SET CHANNEL VOLUME ...
89    
90    
91 capela 109 0.0.1 2004-06-05 Primordial alpha release.
92    

  ViewVC Help
Powered by ViewVC