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

Annotation of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 130 - (hide annotations) (download)
Tue Jun 15 21:31:44 2004 UTC (19 years, 9 months ago) by capela
File size: 1440 byte(s)
Second alpha-release.

1 capela 109 qsampler - A LinuxSampler Qt GUI Interface
2     ------------------------------------------
3    
4     ChangeLog
5    
6 capela 130 0.0.2 2004-06-15 Work in progress...
7 capela 115
8 capela 127 * The channel context menu is also accessible by right-clicking
9     over the empty workspace area.
10 capela 130
11 capela 122 * Added small wait event loop on qsamplerMainForm::stopServer(),
12     so let local server terminate gracefully and stabilize, and
13     avoiding a probable segfault on exit, which was preventing the
14     correct salvage of settings and configuration.
15    
16 capela 119 * Maximum channel volume percent setting is now a global option,
17     provided to override the default (which is 100%).
18    
19     * Client/server transaction timeout option upper limit has been
20     increased from 5000 to 60000 milliseconds.
21    
22 capela 118 * A channel context menu is now featured, by right-clicking over
23     each sampler channel strip.
24 capela 115
25 capela 118 * Commented SET CHANNEL MIDI_INPUT_PORT command from
26     qsamplerMainForm::saveSessionFile(), it has no effect.
27    
28     * Insert a n #include <unistd.h> on qsamplerMessages.cpp, between
29 capela 115 a #if !defined(WIN32) clause.
30    
31 capela 118 * An initial non zero value (0.8) is now set for volume of every
32     new sampler channel strip.
33 capela 115
34     * The order to load/save and setup channel settings is now as
35     suggested in the following lines:
36    
37     SET CHANNEL AUDIO_OUTPUT_TYPE ...
38     SET CHANNEL MIDI_INPUT_TYPE ...
39     SET CHANNEL MIDI_INPUT_CHANNEL ...
40     LOAD ENGINE ...
41     LOAD INSTRUMENT ...
42     SET CHANNEL VOLUME ...
43    
44    
45 capela 109 0.0.1 2004-06-05 Primordial alpha release.
46    

  ViewVC Help
Powered by ViewVC