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

Annotation of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 280 - (hide annotations) (download)
Mon Oct 11 12:27:39 2004 UTC (19 years, 5 months ago) by capela
File size: 2230 byte(s)
* Fixed MIDI channel settings.

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

  ViewVC Help
Powered by ViewVC