mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Add extra DEBUG_TRACE output to PortaudioBackend
This commit is contained in:
parent
e258c827e2
commit
6a0e46352c
3 changed files with 10 additions and 0 deletions
|
|
@ -347,6 +347,8 @@ WinMMEMidiOutputDevice::midi_output_thread ()
|
|||
{
|
||||
m_thread_running = true;
|
||||
|
||||
DEBUG_MIDI ("WinMMEMidiOut: MIDI output thread started\n");
|
||||
|
||||
while (!m_thread_quit) {
|
||||
if (!wait (m_queue_semaphore)) {
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue