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

Annotation of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 296 - (hide annotations) (download)
Wed Nov 17 11:51:49 2004 UTC (19 years, 4 months ago) by capela
File size: 2402 byte(s)
Deferred channel info updates.

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

  ViewVC Help
Powered by ViewVC