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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 1943 by persson, Tue Jul 14 18:25:11 2009 UTC revision 1994 by iliev, Sun Aug 30 13:30:01 2009 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version CVS HEAD (?)
2    
3      * host plugins:
4        - AU bugfix: failed to destroy its audio/MIDI devices
5        - Listen to all interfaces on Mac OS X (INADDR_ANY)
6    
7      * MIDI driver:
8        - ALSA MIDI driver supports now "NAME" device parameter, for overriding
9          the ALSA sequencer client name
10    
11    Version 1.0.0 (31 July 2009)
12    
13    * packaging changes:    * packaging changes:
14      - autoconf bugfix: the PKG_CONFIG variable wasn't initialized properly,      - autoconf bugfix: the PKG_CONFIG variable wasn't initialized properly,
15        causing e.g. the libgig test to fail when        causing e.g. the libgig test to fail when
# Line 58  Version CVS HEAD (?) Line 68  Version CVS HEAD (?)
68      - theoretical fix: made SynchronizedConfig follow C++0x memory      - theoretical fix: made SynchronizedConfig follow C++0x memory
69        model more strictly        model more strictly
70      - fixes for using large audio device buffers      - fixes for using large audio device buffers
71        - Windows: add the installation directory to the DLL search path
72          when loading an editor plugin (solves problems with VST and
73          gigedit on systems with other GTK versions installed)
74    
75    * audio driver:    * audio driver:
76      - removed the nonsense audio channel constraint (which was hard coded to      - removed the nonsense audio channel constraint (which was hard coded to
# Line 88  Version CVS HEAD (?) Line 101  Version CVS HEAD (?)
101      - performance optimization of AudioChannel::MixTo() and      - performance optimization of AudioChannel::MixTo() and
102        AudioChannel::CopyTo() methods using GCC vector exensions        AudioChannel::CopyTo() methods using GCC vector exensions
103        (if available)        (if available)
104        - ASIO fixes: avoid initializing the device twice, avoid throwing
105          exception when getting parameters from a disconnected device
106    
107    * MIDI driver:    * MIDI driver:
108      - added JACK MIDI driver      - added JACK MIDI driver
# Line 99  Version CVS HEAD (?) Line 114  Version CVS HEAD (?)
114      - fixed mingw-w64 compilation error in MME driver      - fixed mingw-w64 compilation error in MME driver
115      - made program change handling in MIDI thread real-time safe by      - made program change handling in MIDI thread real-time safe by
116        moving the logic to a non-RT thread        moving the logic to a non-RT thread
117        - fixed minor memory leak in ALSA driver
118    
119    * instruments database:    * instruments database:
120      - avoid time consuming samples scanning when adding instruments      - avoid time consuming samples scanning when adding instruments

Legend:
Removed from v.1943  
changed lines
  Added in v.1994

  ViewVC Help
Powered by ViewVC