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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 1933 by persson, Thu Jul 9 17:37:41 2009 UTC revision 1993 by schoenebeck, Sun Aug 30 11:27:35 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    
6      * MIDI driver:
7        - ALSA MIDI driver supports now "NAME" device parameter, for overriding
8          the ALSA sequencer client name
9    
10    Version 1.0.0 (31 July 2009)
11    
12    * packaging changes:    * packaging changes:
13      - autoconf bugfix: the PKG_CONFIG variable wasn't initialized properly,      - autoconf bugfix: the PKG_CONFIG variable wasn't initialized properly,
14        causing e.g. the libgig test to fail when        causing e.g. the libgig test to fail when
# Line 58  Version CVS HEAD (?) Line 67  Version CVS HEAD (?)
67      - theoretical fix: made SynchronizedConfig follow C++0x memory      - theoretical fix: made SynchronizedConfig follow C++0x memory
68        model more strictly        model more strictly
69      - fixes for using large audio device buffers      - fixes for using large audio device buffers
70        - Windows: add the installation directory to the DLL search path
71          when loading an editor plugin (solves problems with VST and
72          gigedit on systems with other GTK versions installed)
73    
74    * audio driver:    * audio driver:
75      - 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 100  Version CVS HEAD (?)
100      - performance optimization of AudioChannel::MixTo() and      - performance optimization of AudioChannel::MixTo() and
101        AudioChannel::CopyTo() methods using GCC vector exensions        AudioChannel::CopyTo() methods using GCC vector exensions
102        (if available)        (if available)
103        - ASIO fixes: avoid initializing the device twice, avoid throwing
104          exception when getting parameters from a disconnected device
105    
106    * MIDI driver:    * MIDI driver:
107      - added JACK MIDI driver      - added JACK MIDI driver
# Line 99  Version CVS HEAD (?) Line 113  Version CVS HEAD (?)
113      - fixed mingw-w64 compilation error in MME driver      - fixed mingw-w64 compilation error in MME driver
114      - made program change handling in MIDI thread real-time safe by      - made program change handling in MIDI thread real-time safe by
115        moving the logic to a non-RT thread        moving the logic to a non-RT thread
116        - fixed minor memory leak in ALSA driver
117    
118    * instruments database:    * instruments database:
119      - avoid time consuming samples scanning when adding instruments      - avoid time consuming samples scanning when adding instruments
# Line 116  Version CVS HEAD (?) Line 131  Version CVS HEAD (?)
131        databases for each windows user        databases for each windows user
132        if no DB is present it automatically creates the .linuxsampler subdir        if no DB is present it automatically creates the .linuxsampler subdir
133        and then creates an empty DB        and then creates an empty DB
134        - fixed recursive import, which was broken on Windows
135    
136    * Gigasampler format engine:    * Gigasampler format engine:
137      - fixed a memory leak that could happen when a channel was deleted      - fixed a memory leak that could happen when a channel was deleted

Legend:
Removed from v.1933  
changed lines
  Added in v.1993

  ViewVC Help
Powered by ViewVC