/[svn]/qsampler/tags/qsampler_0_1_1/ChangeLog
ViewVC logotype

Contents of /qsampler/tags/qsampler_0_1_1/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 149 - (show annotations) (download)
Sat Jun 26 14:27:25 2004 UTC (19 years, 9 months ago) by capela
Original Path: qsampler/trunk/ChangeLog
File size: 1545 byte(s)
* Prepared for client event protocol interface,
  via thread-safe QCustomEvent callback posting,
  on attempt to comply with draft-protocol v.11.

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

  ViewVC Help
Powered by ViewVC