--- linuxsampler/trunk/ChangeLog 2009/03/11 19:03:37 1862 +++ linuxsampler/trunk/ChangeLog 2009/04/18 09:26:45 1888 @@ -41,6 +41,14 @@ - 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() + - theoretical fix: made SynchronizedConfig follow C++0x memory + model more strictly * audio driver: - removed the nonsense audio channel constraint (which was hard coded to @@ -54,12 +62,17 @@ - JACK: use jack_client_open instead of the deprecated jack_client_new - added (experimental) CoreAudio driver + - applied old fixes to the ASIO driver that were included in the + previous binary release but accidentally never committed to CVS + (fixes #117) * MIDI driver: - added JACK MIDI driver - dispatch bank select as ordinary CC as well, the user might seriously want to (mis)use it for some purpose ("fixed" in all current MIDI input drivers: ALSA, CoreMIDI, JACK, MidiShare, MME) + - bugfix: pitch bend wasn't working with JackMidi, VST, LV2, Mme, + CoreMidi or AU * instruments database: - avoid time consuming samples scanning when adding instruments @@ -135,6 +148,7 @@ - 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 @@ -154,6 +168,8 @@ - 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)