--- linuxsampler/trunk/ChangeLog 2009/02/21 16:11:17 1842 +++ linuxsampler/trunk/ChangeLog 2009/03/01 22:22:03 1852 @@ -94,6 +94,12 @@ 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) + - bugfix: on sample reference changes (instrument editor), only + un-cache the respective sample if it's really not used by any + sampler engine anymore + - re-cache samples in case they were changed by an instrument editor, + e.g. when a sample was added while playing (#82) * LSCP server: - added new LSCP event "CHANNEL_MIDI" which can be used by frontends to @@ -119,6 +125,7 @@ which will be triggered respectively - bugfix: retry if "select" returns EINTR (this fixes a crash when a gigedit file dialog is opened) + - close all connections when LSCPServer is deleted * Bug fixes: - fixed a crash which occurs when removing a sampler channel waiting @@ -134,6 +141,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)