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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 1928 by schoenebeck, Fri Jul 3 11:14:46 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 17  Version CVS HEAD (?) Line 27  Version CVS HEAD (?)
27        directory above)        directory above)
28      - configure script fix: removed unconditional use of SSE      - configure script fix: removed unconditional use of SSE
29      - fixed building with sqlite installed in a non-standard directory      - fixed building with sqlite installed in a non-standard directory
30        - when cross-compiling, don't try to create instruments.db
31        - fix for new mingw-w64 version, which has usleep
32    
33    * general changes:    * general changes:
34      - bugfix: on some POSIX systems instrument editor plugins refused to      - bugfix: on some POSIX systems instrument editor plugins refused to
# Line 56  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 83  Version CVS HEAD (?) Line 98  Version CVS HEAD (?)
98        stereo        stereo
99      - added channel routing, fxsends and midi maps to the settings      - added channel routing, fxsends and midi maps to the settings
100        stored in the plugin state        stored in the plugin state
101        - performance optimization of AudioChannel::MixTo() and
102          AudioChannel::CopyTo() methods using GCC vector exensions
103          (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 94  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
# Line 104  Version CVS HEAD (?) Line 125  Version CVS HEAD (?)
125        (patch by Chris Cherrett & Andrew Williams, a bit adjusted)        (patch by Chris Cherrett & Andrew Williams, a bit adjusted)
126      - work-around for missing fnmatch function on Windows to make      - work-around for missing fnmatch function on Windows to make
127        instrument database compilable        instrument database compilable
128          - added instrument database support on Windows      - added instrument database support on Windows
129            works with both standalone mode and VST plugin.        works with both standalone mode and VST plugin.
130            the instruments DB file is located in        the instruments DB file is located in
131            %USERPROFILE%\.linuxsampler\instruments.db which allows different        %USERPROFILE%\.linuxsampler\instruments.db which allows different
132            databases for each windows user        databases for each windows user
133            if no DB is present it automatically creates the .linuxsampler subdir        if no DB is present it automatically creates the .linuxsampler subdir
134            and then creates an empty DB        and then creates an empty DB
135        - fixed recursive import, which was broken on Windows
136    
137    * Gigasampler format engine:    * Gigasampler format engine:
138      - fixed a memory leak that could happen when a channel was deleted      - fixed a memory leak that could happen when a channel was deleted
# Line 210  Version CVS HEAD (?) Line 232  Version CVS HEAD (?)
232        plugin was unloaded        plugin was unloaded
233      - bugfix: two private structs had the same name, which could cause      - bugfix: two private structs had the same name, which could cause
234        problems if the linker chose the wrong constructor        problems if the linker chose the wrong constructor
235        - fixed low-level ConditionServer usage bug that caused lockups on
236          Windows
237    
238    
239  Version 0.5.1 (6 December 2007)  Version 0.5.1 (6 December 2007)

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

  ViewVC Help
Powered by ViewVC