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

Annotation of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 119 - (hide annotations) (download)
Wed Jun 9 20:24:48 2004 UTC (19 years, 9 months ago) by capela
File size: 1100 byte(s)
* Maximum channel volume percent setting is now a global option,
  provided to override the default (which is 100%).

* Client/server transaction timeout option upper limit has been
  increased from 5000 to 60000 milliseconds.

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

  ViewVC Help
Powered by ViewVC