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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 1601 by schoenebeck, Sat Dec 29 20:27:53 2007 UTC revision 1639 by schoenebeck, Sat Jan 12 14:13:46 2008 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version CVS HEAD (?)
2    
3      * packaging changes:
4        - autoconf bugfix: the PKG_CONFIG variable wasn't initialized properly,
5          causing e.g. the libgig test to fail when
6          "./configure --disable-jack-driver" was used
7          (patch by Alexis Ballier)
8    
9    * general changes:    * general changes:
10      - bugfix: on some POSIX systems instrument editor plugins refused to      - bugfix: on some POSIX systems instrument editor plugins refused to
11        load as we used a non-portable Linux specific struct field        load as we used a non-portable Linux specific struct field
12        (fixes bug #70, patch by Ronald Baljeu)        (fixes bug #70, patch by Ronald Baljeu)
13        - fixed endless loop which occured when loading an instrument editor
14          plugin DLL on Windows systems failed
15    
16    * audio driver:    * audio driver:
17      - removed the nonsense audio channel constraint (which was hard coded to      - removed the nonsense audio channel constraint (which was hard coded to
18        max. 100 audio channels) for most audio drivers        max. 100 audio channels) for most audio drivers
19        - JACK audio driver did not offer a device parameter "SAMPLERATE" as
20          opposed to the LSCP specs
21        - bugfix: the SAMPLERATE parameter of some drivers (e.g. JACK)
22          reflected the wrong value
23    
24      * instruments database:
25        - avoid time consuming samples scanning when adding instruments
26          to the instruments database
27    
28  Version 0.5.1 (6 December 2007)  Version 0.5.1 (6 December 2007)
29    

Legend:
Removed from v.1601  
changed lines
  Added in v.1639

  ViewVC Help
Powered by ViewVC