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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 1922 by persson, Fri Jun 26 18:55:02 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 13  Version CVS HEAD (?) Line 36  Version CVS HEAD (?)
36      - fixed building with libgig installed in a non-standard directory      - fixed building with libgig installed in a non-standard directory
37      - minor fix in configure for mmsystem.h detection on MinGW      - minor fix in configure for mmsystem.h detection on MinGW
38      - Windows: look for editor plugins and Fantasia using base      - Windows: look for editor plugins and Fantasia using base
39        directory of liblinuxsampler dll        directory of liblinuxsampler dll (look in the same directory and one
40          directory above)
41      - configure script fix: removed unconditional use of SSE      - configure script fix: removed unconditional use of SSE
42        - fixed building with sqlite installed in a non-standard directory
43        - when cross-compiling, don't try to create instruments.db
44        - fix for new mingw-w64 version, which has usleep
45    
46    * general changes:    * general changes:
47      - bugfix: on some POSIX systems instrument editor plugins refused to      - bugfix: on some POSIX systems instrument editor plugins refused to
# Line 54  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 81  Version CVS HEAD (?) Line 111  Version CVS HEAD (?)
111        stereo        stereo
112      - added channel routing, fxsends and midi maps to the settings      - added channel routing, fxsends and midi maps to the settings
113        stored in the plugin state        stored in the plugin state
114        - performance optimization of AudioChannel::MixTo() and
115          AudioChannel::CopyTo() methods using GCC vector exensions
116          (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 90  Version CVS HEAD (?) Line 125  Version CVS HEAD (?)
125      - bugfix: pitch bend wasn't working with JackMidi, VST, LV2, MME,      - bugfix: pitch bend wasn't working with JackMidi, VST, LV2, MME,
126        CoreMidi or AU        CoreMidi or AU
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
129          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 100  Version CVS HEAD (?) Line 138  Version CVS HEAD (?)
138        (patch by Chris Cherrett & Andrew Williams, a bit adjusted)        (patch by Chris Cherrett & Andrew Williams, a bit adjusted)
139      - work-around for missing fnmatch function on Windows to make      - work-around for missing fnmatch function on Windows to make
140        instrument database compilable        instrument database compilable
141          - added instrument database support on Windows      - added instrument database support on Windows
142            works with both standalone mode and VST plugin.        works with both standalone mode and VST plugin.
143            the instruments DB file is located in        the instruments DB file is located in
144            %USERPROFILE%\.linuxsampler\instruments.db which allows different        %USERPROFILE%\.linuxsampler\instruments.db which allows different
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
# Line 150  Version CVS HEAD (?) Line 189  Version CVS HEAD (?)
189      - added a limit check for upward pitch shifting      - added a limit check for upward pitch shifting
190      - bugfix: sometimes, when playing a note twice fast, the second      - bugfix: sometimes, when playing a note twice fast, the second
191        note was silent        note was silent
192        - fixed crash happening when a pitch bend event arrived at the
193          same time a new instrument was loading
194    
195    * LSCP server:    * LSCP server:
196      - added new LSCP event "CHANNEL_MIDI" which can be used by frontends to      - added new LSCP event "CHANNEL_MIDI" which can be used by frontends to
# Line 204  Version CVS HEAD (?) Line 245  Version CVS HEAD (?)
245        plugin was unloaded        plugin was unloaded
246      - bugfix: two private structs had the same name, which could cause      - bugfix: two private structs had the same name, which could cause
247        problems if the linker chose the wrong constructor        problems if the linker chose the wrong constructor
248        - fixed low-level ConditionServer usage bug that caused lockups on
249          Windows
250    
251    
252  Version 0.5.1 (6 December 2007)  Version 0.5.1 (6 December 2007)

Legend:
Removed from v.1922  
changed lines
  Added in v.2012

  ViewVC Help
Powered by ViewVC