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

Annotation of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 255 - (hide annotations) (download)
Tue Sep 28 16:17:43 2004 UTC (19 years, 6 months ago) by capela
File size: 2120 byte(s)
* Sampler reset command action added to menu and toolbar.

* MIDI channel selection is now a dropdown list, allowing
  the explicit selection for "All" channels input per sampler
  channel (omni).

* Channel strip display glass effect has changed background
  color to black (was green).

* Minor configure fixes.

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

  ViewVC Help
Powered by ViewVC