Add extra DEBUG_TRACE output to PortaudioBackend

This commit is contained in:
Tim Mayberry 2015-07-30 12:12:10 +10:00
parent e258c827e2
commit 6a0e46352c
3 changed files with 10 additions and 0 deletions

View file

@ -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;