diff options
author | Tim E. Real <termtech@rogers.com> | 2011-02-13 22:19:33 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2011-02-13 22:19:33 +0000 |
commit | b1c3f0d7ccce8feafa9f043aa5a4ee32bc78624e (patch) | |
tree | e478c71255065f0f0d0ab883771a8b2b4c244a3c /muse2/ChangeLog | |
parent | ab1e5cf55eec23a64eed68835a5f0bd6b2ad0a39 (diff) |
Fixed MusE failing with non-RT kernel.
Fixed dummy audio thread not running FIFO with RT kernel.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 3bde8768..4709de2d 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -4,6 +4,8 @@ - removed window geometry from default template, TODO add a menu option for creating templates, which might not contain certain types of data, including geometry (rj) - fixed bug if jack zombifies during project load which led to a crash (rj) + - Fixed MusE failing with non-RT kernel. Now falls back to normal 'OTHER' scheduling. (Tim p4.0.16) + - Fixed dummy audio thread not running FIFO with RT kernel - set PTHREAD_EXPLICIT_SCHED. (Tim p4.0.16) 10.02.2011: - added cut/copy/paste and keyboard shortcuts to wave editor (rj) 09.02.2011: |