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

Annotation of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 327 - (hide annotations) (download)
Tue Dec 21 14:22:55 2004 UTC (19 years, 3 months ago) by capela
File size: 2752 byte(s)
Messages window limit is now enforced on one third excess.

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

  ViewVC Help
Powered by ViewVC