mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-29 00:13:10 +01:00
and more of a possible fix for NPAE problem
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7360 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2847be8940
commit
ef02f8b0f8
1 changed files with 5 additions and 0 deletions
|
|
@ -386,6 +386,11 @@ Session::butler_thread_work ()
|
|||
// cerr << "AFTER " << (*i)->name() << ": pb = " << (*i)->playback_buffer_load() << " cp = " << (*i)->capture_buffer_load() << endl;
|
||||
// }
|
||||
|
||||
cerr << "Loop done, but BSR = "
|
||||
<< butler_should_run
|
||||
<< " DWO = " << disk_work_outstanding
|
||||
<< " TWR = " << g_atomic_int_get (&butler_should_do_transport_work)
|
||||
<< " so back to restart\n";
|
||||
goto restart;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue