--- linuxsampler/trunk/ChangeLog 2009/01/31 11:31:41 1830 +++ linuxsampler/trunk/ChangeLog 2009/04/01 15:21:13 1882 @@ -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 @@ -40,6 +41,12 @@ - automatic stacktrace mechanism is now turned off by default and can be switched on by command line option "--stacktrace" (the automatic stacktrace mechanism seems to be broken on most systems at the moment) + - C++ API method InstrumentManager::LaunchInstrumentEditor() now returns + a pointer to the launched InstrumentEditor object + - added optional 3rd party user data parameter for following + liblinuxsampler C++ API methods: InstrumentEditor::Main(), + InstrumentEditor::Launch(), + InstrumentManager::LaunchInstrumentEditor() * audio driver: - removed the nonsense audio channel constraint (which was hard coded to @@ -93,6 +100,21 @@ 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) + - fixed hanging notes which occured when note-off event had the exact + same time stamp as the voice's note-on event and occured both in the + same audio fragment cycle (fixes bug #112) + - added support for the "fine tune" and "pitch bend range" + instrument-level gig parameters + - fixed minor artifacts in pitch bend handling + - added support for GS Reset SysEx message + - allow gig files to use unlimited downward pitch shifting + - added a limit check for upward pitch shifting * LSCP server: - added new LSCP event "CHANNEL_MIDI" which can be used by frontends to @@ -118,6 +140,8 @@ 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 + - hard close of all sockets on exit * Bug fixes: - fixed a crash which occurs when removing a sampler channel waiting @@ -126,6 +150,19 @@ instrument loading in progress (bug #113) - fixed termination caused by uncaught exception when adding MIDI instrument with PERSISTENT load mode + - fixed possible iterator invalidations when resetting the sampler + - fixed memory leaks when issuing the following LSCP commands: + GET AUDIO_OUTPUT_DRIVER INFO + GET AUDIO_OUTPUT_DRIVER_PARAMETER INFO + 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 + - fixed endless loop in Engine::SuspendAll() (bug #120) + - fixed a low-level atomic load function that was broken on 64-bit + PowerPC, which probably could cause crashes on that platform Version 0.5.1 (6 December 2007)