--- linuxsampler/trunk/ChangeLog 2009/02/16 17:56:50 1835 +++ linuxsampler/trunk/ChangeLog 2009/02/27 17:12:40 1847 @@ -10,6 +10,7 @@ - fixed configure so it detects x86_64 (#107) - fixes for building with newer MinGW versions - fix for building with bison 2.4 (#111) + - fixed building with libgig installed in a non-standard directory * general changes: - bugfix: on some POSIX systems instrument editor plugins refused to @@ -93,6 +94,7 @@ defined for the sampler - made it possible to create multiple sample channels even if the audio thread isn't running + - fixed crash when removing channel with active voices (#116) * LSCP server: - added new LSCP event "CHANNEL_MIDI" which can be used by frontends to @@ -133,6 +135,9 @@ GET MIDI_INPUT_DRIVER INFO GET MIDI_INPUT_DRIVER_PARAMETER INFO - fixed possible compilation error when sqlite is not present + - fixed orphaned pointers when setting maximum voices limit (bug #118) + - fixed crash when changing the audio output device of a sampler + channel with loaded instrument and start playing notes Version 0.5.1 (6 December 2007)