--- linuxsampler/trunk/ChangeLog 2009/01/26 17:27:29 1827 +++ linuxsampler/trunk/ChangeLog 2009/01/31 11:31:41 1830 @@ -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