Forgot to clean some debug code...

This commit is contained in:
Vesa
2014-03-28 02:28:51 +02:00
parent 5c142cb2a4
commit 8c0b22eca8
2 changed files with 3 additions and 4 deletions

View File

@@ -131,9 +131,9 @@ void audioFileProcessor::playNote( NotePlayHandle * _n,
((handleState *)_n->m_pluginData)->setFrameIndex( m_nextPlayStartPoint );
// debug code
qDebug( "frames %d", m_sampleBuffer.frames() );
/* qDebug( "frames %d", m_sampleBuffer.frames() );
qDebug( "startframe %d", m_sampleBuffer.startFrame() );
qDebug( "nextPlayStartPoint %d", m_nextPlayStartPoint );
qDebug( "nextPlayStartPoint %d", m_nextPlayStartPoint );*/
}
if( ! _n->isFinished() )