--- linuxsampler/trunk/ChangeLog 2012/06/24 16:11:31 2352 +++ linuxsampler/trunk/ChangeLog 2012/09/19 13:11:45 2370 @@ -22,7 +22,8 @@ - fixed configure script error with old autoconf versions - lsatomic.h: use gcc provided atomic functions if building with gcc 4.7 and C++11 - + - modernized configure script + * general changes: - Refactoring: moved the independent code from the Gigasampler format engine to base classes @@ -215,6 +216,7 @@ group and off_by opcodes (#168) - made end=0 play the whole sample - fixed support for lochan and hichan opcodes (#155) + - fixed crash when using lochan/hichan opcodes (#187) * SoundFont format engine: - Initial implementation (not usable yet) @@ -255,6 +257,15 @@ - VST: try to open Fantasia automatically on Linux and Mac too (on Linux, the Fantasia jar should be placed in /share/java) - VST: fixed crashes on Linux Ardour and EnergyXT + - DSSI bugfix: it wasn't possible to change engine type. The MIDI + port and audio channel routing for DSSI plugins are now visible. + - LV2: use urid and atom extensions instead of deprecated uri-map + and event + - LV2: lv2 package 1.0 is now required to build the LV2 plugin + - LV2: changed number of output channels to 16 stereo, just like + the VST and AU plugins + - LV2: fixed save/restore of SFZ state (patch by David Robillard) + - LV2: made LV2 plugin buildable on Windows and Mac * MIDI driver: - ALSA MIDI driver supports now "NAME" device parameter, for overriding @@ -263,6 +274,12 @@ there is no reason for this limit - MME: fixed memory handling bug found with cppcheck - MME: removed compiler warning + - CoreMIDI: implemented driver specific port parameter "CORE_MIDI_BINDINGS", + which allows to retrieve the list of CoreMIDI clients / ports and to connect + to them a la JACK, via the usual sampler APIs + - CoreMIDI: added driver specific port parameter "AUTO_BIND", if enabled + the driver will automatically connect to other CoreMIDI clients' ports + (e.g. external MIDI devices being attached to the Mac) * audio driver: - ASIO driver fixes for newer gcc versions (fix from PortAudio)