/[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 2012 by iliev, Fri Oct 23 17:53:17 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      * Bug fixes:
22        - Fixed crash which may occur when MIDI key + transpose is out of range
23    
24    Version 1.0.0 (31 July 2009)
25    
26    * packaging changes:    * packaging changes:
27      - autoconf bugfix: the PKG_CONFIG variable wasn't initialized properly,      - autoconf bugfix: the PKG_CONFIG variable wasn't initialized properly,
28        causing e.g. the libgig test to fail when        causing e.g. the libgig test to fail when
# Line 58  Version CVS HEAD (?) Line 81  Version CVS HEAD (?)
81      - theoretical fix: made SynchronizedConfig follow C++0x memory      - theoretical fix: made SynchronizedConfig follow C++0x memory
82        model more strictly        model more strictly
83      - fixes for using large audio device buffers      - fixes for using large audio device buffers
84        - Windows: add the installation directory to the DLL search path
85          when loading an editor plugin (solves problems with VST and
86          gigedit on systems with other GTK versions installed)
87    
88    * audio driver:    * audio driver:
89      - 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 114  Version CVS HEAD (?)
114      - performance optimization of AudioChannel::MixTo() and      - performance optimization of AudioChannel::MixTo() and
115        AudioChannel::CopyTo() methods using GCC vector exensions        AudioChannel::CopyTo() methods using GCC vector exensions
116        (if available)        (if available)
117        - ASIO fixes: avoid initializing the device twice, avoid throwing
118          exception when getting parameters from a disconnected device
119    
120    * MIDI driver:    * MIDI driver:
121      - added JACK MIDI driver      - added JACK MIDI driver
# Line 99  Version CVS HEAD (?) Line 127  Version CVS HEAD (?)
127      - fixed mingw-w64 compilation error in MME driver      - fixed mingw-w64 compilation error in MME driver
128      - made program change handling in MIDI thread real-time safe by      - made program change handling in MIDI thread real-time safe by
129        moving the logic to a non-RT thread        moving the logic to a non-RT thread
130        - fixed minor memory leak in ALSA driver
131    
132    * instruments database:    * instruments database:
133      - avoid time consuming samples scanning when adding instruments      - avoid time consuming samples scanning when adding instruments
# Line 116  Version CVS HEAD (?) Line 145  Version CVS HEAD (?)
145        databases for each windows user        databases for each windows user
146        if no DB is present it automatically creates the .linuxsampler subdir        if no DB is present it automatically creates the .linuxsampler subdir
147        and then creates an empty DB        and then creates an empty DB
148        - fixed recursive import, which was broken on Windows
149    
150    * Gigasampler format engine:    * Gigasampler format engine:
151      - 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.2012

  ViewVC Help
Powered by ViewVC