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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 1876 by schoenebeck, Fri Mar 27 12:16:12 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 11  Version CVS HEAD (?) Line 34  Version CVS HEAD (?)
34      - fixes for building with newer MinGW versions      - fixes for building with newer MinGW versions
35      - fix for building with bison 2.4 (#111)      - fix for building with bison 2.4 (#111)
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
38        - Windows: look for editor plugins and Fantasia using base
39          directory of liblinuxsampler dll (look in the same directory and one
40          directory above)
41        - 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 47  Version CVS HEAD (?) Line 78  Version CVS HEAD (?)
78        liblinuxsampler C++ API methods: InstrumentEditor::Main(),        liblinuxsampler C++ API methods: InstrumentEditor::Main(),
79        InstrumentEditor::Launch(),        InstrumentEditor::Launch(),
80        InstrumentManager::LaunchInstrumentEditor()        InstrumentManager::LaunchInstrumentEditor()
81        - theoretical fix: made SynchronizedConfig follow C++0x memory
82          model more strictly
83        - 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 60  Version CVS HEAD (?) Line 97  Version CVS HEAD (?)
97      - JACK: use jack_client_open instead of the deprecated      - JACK: use jack_client_open instead of the deprecated
98        jack_client_new        jack_client_new
99      - added (experimental) CoreAudio driver      - added (experimental) CoreAudio driver
100        - applied old fixes to the ASIO driver that were included in the
101          previous binary release but accidentally never committed to CVS
102          (fixes #117)
103        - fixes for ASIO on mingw-w64 (iasio wrapper is not needed on
104          win64)
105        - VST: added support for sample rate and buffer size changes
106        - VST: close editor (Fantasia) when the VST is removed
107        - VST: avoid opening Fantasia more than once for each VST instance
108        - VST: export main function as "main" on Linux too (fix for
109          energyXT)
110        - VST: changed number of output channels from one stereo to 16
111          stereo
112        - added channel routing, fxsends and midi maps to the settings
113          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
122      - dispatch bank select as ordinary CC as well, the user might seriously      - dispatch bank select as ordinary CC as well, the user might seriously
123        want to (mis)use it for some purpose ("fixed" in all current MIDI        want to (mis)use it for some purpose ("fixed" in all current MIDI
124        input drivers: ALSA, CoreMIDI, JACK, MidiShare, MME)        input drivers: ALSA, CoreMIDI, JACK, MidiShare, MME)
125        - bugfix: pitch bend wasn't working with JackMidi, VST, LV2, MME,
126          CoreMidi or AU
127        - 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 74  Version CVS HEAD (?) Line 136  Version CVS HEAD (?)
136      - Implemented option for adding instruments in separate directories      - Implemented option for adding instruments in separate directories
137        in the instruments database        in the instruments database
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
140          instrument database compilable
141        - added instrument database support on Windows
142          works with both standalone mode and VST plugin.
143          the instruments DB file is located in
144          %USERPROFILE%\.linuxsampler\instruments.db which allows different
145          databases for each windows user
146          if no DB is present it automatically creates the .linuxsampler subdir
147          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 115  Version CVS HEAD (?) Line 187  Version CVS HEAD (?)
187      - added support for GS Reset SysEx message      - added support for GS Reset SysEx message
188      - allow gig files to use unlimited downward pitch shifting      - allow gig files to use unlimited downward pitch shifting
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
191          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 141  Version CVS HEAD (?) Line 217  Version CVS HEAD (?)
217      - bugfix: retry if "select" returns EINTR (this fixes a crash when      - bugfix: retry if "select" returns EINTR (this fixes a crash when
218        a gigedit file dialog is opened)        a gigedit file dialog is opened)
219      - close all connections when LSCPServer is deleted      - close all connections when LSCPServer is deleted
220        - hard close of all sockets on exit
221        - bugfix: SET CHANNEL MIDI_INPUT_TYPE didn't work with the MME
222          driver
223    
224    * Bug fixes:    * Bug fixes:
225      - fixed a crash which occurs when removing a sampler channel waiting      - fixed a crash which occurs when removing a sampler channel waiting
# Line 162  Version CVS HEAD (?) Line 241  Version CVS HEAD (?)
241      - fixed endless loop in Engine::SuspendAll() (bug #120)      - fixed endless loop in Engine::SuspendAll() (bug #120)
242      - fixed a low-level atomic load function that was broken on 64-bit      - fixed a low-level atomic load function that was broken on 64-bit
243        PowerPC, which probably could cause crashes on that platform        PowerPC, which probably could cause crashes on that platform
244        - fixed a memory management error which could cause a crash when a
245          plugin was unloaded
246        - bugfix: two private structs had the same name, which could cause
247          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.1876  
changed lines
  Added in v.2012

  ViewVC Help
Powered by ViewVC