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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 1943 by persson, Tue Jul 14 18:25:11 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 58  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 88  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 99  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

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

  ViewVC Help
Powered by ViewVC