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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 668 by schoenebeck, Mon Jun 20 15:30:47 2005 UTC revision 685 by persson, Tue Jul 5 19:30:37 2005 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version 0.3.2 (24 June 2005)
2    
3    * packaging changes:    * packaging changes:
4      - updated autotools build files to compile on OS X      - updated autotools build files to compile on OS X
# Line 8  Version CVS HEAD (?) Line 8  Version CVS HEAD (?)
8      - fixed 'make dist' rule to include all necessary files      - fixed 'make dist' rule to include all necessary files
9      - require automake (>= 1.5) for 'make -f Makefile.cvs'      - require automake (>= 1.5) for 'make -f Makefile.cvs'
10        (due to 'dist-bzip2' automake option)        (due to 'dist-bzip2' automake option)
11        - fixed compilation with gcc 4.0
12    
13    * Gigasampler format engine:    * Gigasampler format engine:
14      - support for the gig parameters for "release velocity response" curves      - support for the gig parameters for "release velocity response" curves
# Line 22  Version CVS HEAD (?) Line 23  Version CVS HEAD (?)
23        instead of when the respective voice is actually launched        instead of when the respective voice is actually launched
24        (fixes undefined behavior if stolen voices belonged to a key group -        (fixes undefined behavior if stolen voices belonged to a key group -
25        this case was followed by a "killed voice survived" error message)        this case was followed by a "killed voice survived" error message)
26        - fixed minor issue with null/silence samples
27          (those stole voices even though they don't need a voice at all which
28          resulted in "voice stealing didn't work out" messages)
29        - don't reset volume, pan, pitch and MIDI controller values on
30          instrument or audio output device change
31    
32    * LSCP server:    * LSCP server:
33      - fixed some crashes (patch by Grigor Iliev, fixes #19)      - fixed some crashes (patch by Grigor Iliev, fixes #19)
34      - fixed LSCP event "CHANNEL_INFO" notification      - fixed LSCP event "CHANNEL_INFO" notification
35        (e.g. did not notify on volume changes)        (e.g. did not notify on volume changes or MIDI program change events)
36    
37    * linuxsampler application:    * linuxsampler application:
38      - added command line parameters --lscp-addr and --lscp-port to override      - added command line parameters --lscp-addr and --lscp-port to override

Legend:
Removed from v.668  
changed lines
  Added in v.685

  ViewVC Help
Powered by ViewVC