--- linuxsampler/trunk/ChangeLog 2012/01/24 13:00:40 2306 +++ linuxsampler/trunk/ChangeLog 2012/04/29 16:14:45 2343 @@ -18,6 +18,10 @@ - Mac OS X: made it possible to specify plugin installation dir to configure - Mac OS X: Makefile fix for the install-strip target + - fixed compilation with gcc 4.7 + - fixed configure script error with old autoconf versions + - lsatomic.h: use gcc provided atomic functions if building with + gcc 4.7 and C++11 * general changes: - Refactoring: moved the independent code from @@ -44,6 +48,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 @@ -123,7 +133,7 @@ - implemented opcodes ampeg_delayccN, ampeg_startccN, ampeg_attackccN, ampeg_holdccN, ampeg_decayccN, ampeg_sustainccN, ampeg_releaseccN, egN_timeX_onccY, egN_levelX_onccY - - lfoN_* and egN_* opcodes defined in group sections + - lfoN_* and egN_* opcodes defined in group sections are now taken into account - implemented curves - implemented opcodes volume_onccN, volume_curveccN @@ -195,6 +205,16 @@ lfoN_eq1bw_stepccX, lfoN_eq2bw_stepccX, lfoN_eq3bw_stepccX - implemented opcodes eq1_vel2freq, eq2_vel2freq, eq3_vel2freq, eq1_vel2gain, eq2_vel2gain, eq3_vel2gain + - sfz parser: allow double spaces in sample filenames + - sfz parser: allow absolute paths for sample filenames + - use linear decay and release for filter and pitch EG + - bugfix: only the first amp_veltrack definition in a file was + used + - bugfix: looping was disabled if loop_start was set to 0 + - allow regions with end=-1 to turn off other regions using the + group and off_by opcodes (#168) + - made end=0 play the whole sample + - fixed support for lochan and hichan opcodes (#155) * SoundFont format engine: - Initial implementation (not usable yet) @@ -203,6 +223,7 @@ - fine-tuned amplitude EG (by switching from gig to sfz EG) - initial implementation of Vibrato LFO and Modulation LFO - initial implementation of cutoff filter + - use linear decay and release for filter and pitch EG * Gigasampler format engine: - bugfix: pitch LFO controller "internal+aftertouch" was broken @@ -224,12 +245,21 @@ - VST: made it possible to build the VST plugin for Mac - AU: link AU plugin dynamically if --disable-shared isn't specified + - VST bugfix: instrument loading hang and crashed the host when + the plugin was loaded a second time (#174) + - 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 + - LV2: use the new lv2 package if present * MIDI driver: - ALSA MIDI driver supports now "NAME" device parameter, for overriding the ALSA sequencer client name - removed limit of maximum amount of MIDI ports per MIDI device, since there is no reason for this limit + - MME: fixed memory handling bug found with cppcheck + - MME: removed compiler warning * audio driver: - ASIO driver fixes for newer gcc versions (fix from PortAudio) @@ -298,6 +328,14 @@ project, slightly adjusted) - fixed crash when trying to create an effect instance with controls which min and/or max values depend on the sample rate + - fixed bug #162 + - 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)