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

Annotation of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 340 - (hide annotations) (download)
Fri Jan 14 10:40:47 2005 UTC (19 years, 2 months ago) by capela
File size: 3009 byte(s)
Set to ignore the SIGPIPE (Broken pipe) signal, where available.

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

  ViewVC Help
Powered by ViewVC