--- linuxsampler/trunk/ChangeLog 2009/01/24 14:32:35 1826 +++ linuxsampler/trunk/ChangeLog 2009/02/16 17:56:50 1835 @@ -37,6 +37,9 @@ multi-core and multi-cpu systems - maximum voices and disk streams can now be altered at runtime - fixed CPU feature detection on x86_64 (maybe fixes #108) + - 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) * audio driver: - removed the nonsense audio channel constraint (which was hard coded to @@ -49,6 +52,7 @@ - Makefile fix: JACK_CFLAGS wasn't used - JACK: use jack_client_open instead of the deprecated jack_client_new + - added (experimental) CoreAudio driver * MIDI driver: - added JACK MIDI driver @@ -120,6 +124,15 @@ to start instrument loading after another channel - fixed a crash which occurs when removing a sampler channel with 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 Version 0.5.1 (6 December 2007)