--- linuxsampler/trunk/ChangeLog 2012/03/04 09:01:32 2324 +++ linuxsampler/trunk/ChangeLog 2012/03/12 15:14:31 2330 @@ -44,6 +44,12 @@ - implemented sine LFO, pulse LFO and saw LFO - experimental support for per voice equalization - added command line option --exec-after-init + - 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", ... * Gigasampler format engine: - implemented the "round robin keyboard" dimension @@ -321,6 +327,10 @@ - bugfix: LADSPA_PATH was not evaluated correctly when containing multiple paths (#165) - thread safety fixes for the instrument loading thread + - bugfix: instrument loading crashed for sfz and sf2 in Ardour + (#176) + - more thread safety fixes for the instrument loading thread + - sfz/sf2 engine: fixed crash when using small audio fragment size Version 1.0.0 (31 July 2009)