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

Annotation of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 299 - (hide annotations) (download)
Wed Nov 17 15:41:58 2004 UTC (19 years, 4 months ago) by capela
File size: 2577 byte(s)
* Instrument index selection now made via combo box widget;
  actual instrument names are now properly retrieved from
  the instrument file, provided if libgig is available.

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

  ViewVC Help
Powered by ViewVC