--- linuxsampler/trunk/ChangeLog 2009/02/27 17:12:40 1847 +++ linuxsampler/trunk/ChangeLog 2009/03/18 22:16:14 1868 @@ -41,6 +41,8 @@ - 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 * audio driver: - removed the nonsense audio channel constraint (which was hard coded to @@ -95,6 +97,20 @@ - 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 @@ -120,6 +136,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 @@ -138,6 +155,7 @@ - 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) Version 0.5.1 (6 December 2007)