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

Annotation of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 122 - (hide annotations) (download)
Sat Jun 12 13:21:35 2004 UTC (19 years, 9 months ago) by capela
File size: 1342 byte(s)
* Added small wait event loop on qsamplerMainForm::stopServer(),
  so let local server terminate gracefully and stabilize, and
  avoiding a probable segfault on exit, which was preventing the
  correct salvage of settings and configuration.

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

  ViewVC Help
Powered by ViewVC