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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 677 by schoenebeck, Thu Jun 23 22:44:59 2005 UTC revision 711 by schoenebeck, Thu Jul 21 09:53:20 2005 UTC
# Line 1  Line 1 
1    Version CVS HEAD (?)
2    
3      * packaging changes:
4        - install necessary development header files for allowing 3rd party
5          applications to link against liblinuxsampler
6        - liblinuxsampler's API documentation can be generated with 'make docs'
7          (Doxygen required)
8    
9      * Gigasampler format engine:
10        - fine tuning of the EG modulation parameters
11    
12      * LSCP server:
13        - fixed application exit on broken pipe error (fixes bug #20)
14    
15      * general changes:
16        - support for muting sampler channels and solo mode of the same, two new
17          LSCP commands ("SET CHANNEL MUTE" and "SET CHANNEL SOLO") and two new
18          fields ("MUTE" and "SOLO") for command "GET CHANNEL INFO" were
19          introduced for this, the behavior is the same like on a mixer console
20          (patch by Grigor Iliev, a bit adjusted)
21    
22    Version 0.3.3 (15 July 2005)
23    
24      * packaging changes:
25        - fixed compilation with gcc 4.0
26    
27      * Gigasampler format engine:
28        - LFO preprocessing was performed even though the respective LFO was
29          disabled by the instrument patch (minor efficiency fix)
30        - if period time of chosen audio device is too small (< MIN_RELEASE_TIME)
31          for volume ramp downs in the same fragment (needed for current voice
32          stealing implementation) then simply inform the user with a warning
33          about possible click sounds and reduce the volume ramp down
34          appropriately instead of cancelling the audio device connection
35    
36  Version 0.3.2 (24 June 2005)  Version 0.3.2 (24 June 2005)
37    
38    * packaging changes:    * packaging changes:

Legend:
Removed from v.677  
changed lines
  Added in v.711

  ViewVC Help
Powered by ViewVC