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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 1930 by schoenebeck, Sat Jul 4 12:31:44 2009 UTC revision 2024 by schoenebeck, Sun Nov 1 18:46:45 2009 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version CVS HEAD (?)
2    
3      * General changes:
4        - Refactoring: moved the independent code from
5          the Gigasampler format engine to base classes
6    
7      * SFZ format engine
8        - Initial implementation (not usable yet)
9    
10      * SoundFont format engine
11        - Initial implementation (not usable yet)
12    
13      * Host plugins:
14        - AU bugfix: failed to destroy its audio/MIDI devices
15        - Listen to all interfaces on Mac OS X (INADDR_ANY)
16    
17      * MIDI driver:
18        - ALSA MIDI driver supports now "NAME" device parameter, for overriding
19          the ALSA sequencer client name
20    
21      * LSCP server:
22        - added support for sending MIDI CC messages via LSCP command
23          "SEND CHANNEL MIDI_DATA CC <sampler-chan> <ctrl> <val>"
24    
25      * Bug fixes:
26        - Fixed crash which may occur when MIDI key + transpose is out of range
27    
28    Version 1.0.0 (31 July 2009)
29    
30    * packaging changes:    * packaging changes:
31      - autoconf bugfix: the PKG_CONFIG variable wasn't initialized properly,      - autoconf bugfix: the PKG_CONFIG variable wasn't initialized properly,
32        causing e.g. the libgig test to fail when        causing e.g. the libgig test to fail when
# Line 17  Version CVS HEAD (?) Line 44  Version CVS HEAD (?)
44        directory above)        directory above)
45      - configure script fix: removed unconditional use of SSE      - configure script fix: removed unconditional use of SSE
46      - fixed building with sqlite installed in a non-standard directory      - fixed building with sqlite installed in a non-standard directory
47        - when cross-compiling, don't try to create instruments.db
48        - fix for new mingw-w64 version, which has usleep
49    
50    * general changes:    * general changes:
51      - 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 85  Version CVS HEAD (?)
85      - theoretical fix: made SynchronizedConfig follow C++0x memory      - theoretical fix: made SynchronizedConfig follow C++0x memory
86        model more strictly        model more strictly
87      - fixes for using large audio device buffers      - fixes for using large audio device buffers
88        - Windows: add the installation directory to the DLL search path
89          when loading an editor plugin (solves problems with VST and
90          gigedit on systems with other GTK versions installed)
91    
92    * audio driver:    * audio driver:
93      - removed the nonsense audio channel constraint (which was hard coded to      - removed the nonsense audio channel constraint (which was hard coded to
# Line 86  Version CVS HEAD (?) Line 118  Version CVS HEAD (?)
118      - performance optimization of AudioChannel::MixTo() and      - performance optimization of AudioChannel::MixTo() and
119        AudioChannel::CopyTo() methods using GCC vector exensions        AudioChannel::CopyTo() methods using GCC vector exensions
120        (if available)        (if available)
121        - ASIO fixes: avoid initializing the device twice, avoid throwing
122          exception when getting parameters from a disconnected device
123    
124    * MIDI driver:    * MIDI driver:
125      - added JACK MIDI driver      - added JACK MIDI driver
# Line 97  Version CVS HEAD (?) Line 131  Version CVS HEAD (?)
131      - fixed mingw-w64 compilation error in MME driver      - fixed mingw-w64 compilation error in MME driver
132      - made program change handling in MIDI thread real-time safe by      - made program change handling in MIDI thread real-time safe by
133        moving the logic to a non-RT thread        moving the logic to a non-RT thread
134        - fixed minor memory leak in ALSA driver
135    
136    * instruments database:    * instruments database:
137      - avoid time consuming samples scanning when adding instruments      - avoid time consuming samples scanning when adding instruments
# Line 114  Version CVS HEAD (?) Line 149  Version CVS HEAD (?)
149        databases for each windows user        databases for each windows user
150        if no DB is present it automatically creates the .linuxsampler subdir        if no DB is present it automatically creates the .linuxsampler subdir
151        and then creates an empty DB        and then creates an empty DB
152        - fixed recursive import, which was broken on Windows
153    
154    * Gigasampler format engine:    * Gigasampler format engine:
155      - 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 213  Version CVS HEAD (?) Line 249  Version CVS HEAD (?)
249        plugin was unloaded        plugin was unloaded
250      - bugfix: two private structs had the same name, which could cause      - bugfix: two private structs had the same name, which could cause
251        problems if the linker chose the wrong constructor        problems if the linker chose the wrong constructor
252        - fixed low-level ConditionServer usage bug that caused lockups on
253          Windows
254    
255    
256  Version 0.5.1 (6 December 2007)  Version 0.5.1 (6 December 2007)

Legend:
Removed from v.1930  
changed lines
  Added in v.2024

  ViewVC Help
Powered by ViewVC