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

Annotation of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 176 - (hide annotations) (download)
Tue Jul 6 10:54:45 2004 UTC (19 years, 8 months ago) by capela
File size: 1762 byte(s)
* Channel dialog gets sensible engine and driver defaults
  on create time.

* Implied channel reset on successful instrument load.

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

  ViewVC Help
Powered by ViewVC