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

Diff of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 115 by capela, Mon Jun 7 21:41:43 2004 UTC revision 127 by capela, Mon Jun 14 21:05:20 2004 UTC
# Line 3  qsampler - A LinuxSampler Qt GUI Interfa Line 3  qsampler - A LinuxSampler Qt GUI Interfa
3    
4  ChangeLog  ChangeLog
5    
6  0.0.2   2004-06-07  Work in progress...  0.0.2   2004-06-14  Work in progress...
7    
8  * Comment SET CHANNEL MIDI_INPUT_PORT command from  * The channel context menu is also accessible by right-clicking
9    saveSessionFile(), it has no effect.    over the empty workspace area.
10      
11    * Added small wait event loop on qsamplerMainForm::stopServer(),
12      so let local server terminate gracefully and stabilize, and
13      avoiding a probable segfault on exit, which was preventing the
14      correct salvage of settings and configuration.
15    
16  * Insert a n #include <unistd.h> on qsamplerMessages.h, between  * Maximum channel volume percent setting is now a global option,
17      provided to override the default (which is 100%).
18    
19    * Client/server transaction timeout option upper limit has been
20      increased from 5000 to 60000 milliseconds.
21    
22    * A channel context menu is now featured, by right-clicking over
23      each sampler channel strip.
24    
25    * Commented SET CHANNEL MIDI_INPUT_PORT command from
26      qsamplerMainForm::saveSessionFile(), it has no effect.
27    
28    * Insert a n #include <unistd.h> on qsamplerMessages.cpp, between
29    a #if !defined(WIN32) clause.    a #if !defined(WIN32) clause.
30    
31  * An initial non zero value (0.8) should be set for the channel  * An initial non zero value (0.8) is now set for volume of every
32    volume, while GET CHANNEL INFO command is pending implementation.    new sampler channel strip.
33    
34  * The order to load/save and setup channel settings is now as  * The order to load/save and setup channel settings is now as
35    suggested in the following lines:    suggested in the following lines:

Legend:
Removed from v.115  
changed lines
  Added in v.127

  ViewVC Help
Powered by ViewVC