2012-04-29 persson* fixed configure script error with old autoconf versions
*
LV2: use the new lv2 package if present
*
lsatomic.h: use gcc provided atomic functions if building with gcc
4.7 and C++11
*
added comments in lsatomic.h
2012-03-30 capela* Update to latest LV2 state extension (by David Robillard).
2012-03-17 persson* fixed compilation with gcc 4.7
2012-03-12 schoenebeck* Introduced new C++ API method EngineChannel::InstrumentFileName(int index)
allowing to retrieve the whole list of files used for the loaded
instrument on an engine channel (a.k.a. part). Some GigaStudio instruments
for example are splitted over several files like "Foo.gig", "Foo.gx01",
"Foo.gx02", ...
*
Bumped version to 1.0.0.svn18
2012-03-10 persson* sfz/sf2 engine: fixed crash when using small audio fragment size
2012-03-08 persson* bugfix: instrument loading crashed for sfz and sf2 in Ardour (
#176)
*
more thread safety fixes for the instrument loading thread
2012-03-04 persson* plugin bugfix: instrument loading hang when the plugin was loaded a
second time (this time it's for Linux and Mac, previous similar fix
was for Windows)
*
thread safety fixes for the instrument loading thread
*
MME driver: removed compiler warning
*
LV2: fixed invalid realtime statement in plugin metadata
2012-02-26 iliev* bugfix: voice stealing didn't work for SFZ and SF2 engines