Searched refs:dwMidiCount (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCMidiInQ.cpp564 DWORD dwMidiCount; local
579 pDCO->ReadMidi( 0, dwMidiCount ); // The count is at index 0
582 //ECHO_DEBUGPRINTF( ("\tMIDI interrupt (%ld MIDI bytes)\n", dwMidiCount) );
583 if ( dwMidiCount == 0 )
598 while ( dwMidiCount-- > 0 )

Completed in 18 milliseconds