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

Diff of /qsampler/trunk/ChangeLog

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

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

Legend:
Removed from v.109  
changed lines
  Added in v.161

  ViewVC Help
Powered by ViewVC