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

Contents of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 115 - (show annotations) (download)
Mon Jun 7 21:41:43 2004 UTC (19 years, 9 months ago) by capela
File size: 792 byte(s)
* Comment SET CHANNEL MIDI_INPUT_PORT command from
  saveSessionFile(), it has no effect.

* Insert a n #include <unistd.h> on qsamplerMessages.h, between

* An initial non zero value (0.8) should be set for the channel
  volume, while GET CHANNEL INFO command is pending implementation.

* The order to load/save and setup channel settings is now as
  suggested in the following lines:

    SET CHANNEL AUDIO_OUTPUT_TYPE ...
    SET CHANNEL MIDI_INPUT_TYPE ...
    SET CHANNEL MIDI_INPUT_CHANNEL ...
    LOAD ENGINE ...
    LOAD INSTRUMENT ...
    SET CHANNEL VOLUME ...

1 qsampler - A LinuxSampler Qt GUI Interface
2 ------------------------------------------
3
4 ChangeLog
5
6 0.0.2 2004-06-07 Work in progress...
7
8 * Comment SET CHANNEL MIDI_INPUT_PORT command from
9 saveSessionFile(), it has no effect.
10
11 * Insert a n #include <unistd.h> on qsamplerMessages.h, between
12 a #if !defined(WIN32) clause.
13
14 * An initial non zero value (0.8) should be set for the channel
15 volume, while GET CHANNEL INFO command is pending implementation.
16
17 * The order to load/save and setup channel settings is now as
18 suggested in the following lines:
19
20 SET CHANNEL AUDIO_OUTPUT_TYPE ...
21 SET CHANNEL MIDI_INPUT_TYPE ...
22 SET CHANNEL MIDI_INPUT_CHANNEL ...
23 LOAD ENGINE ...
24 LOAD INSTRUMENT ...
25 SET CHANNEL VOLUME ...
26
27
28 0.0.1 2004-06-05 Primordial alpha release.
29

  ViewVC Help
Powered by ViewVC