removed some forgotted debug code :p
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1515 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -308,7 +308,6 @@ int audioPortAudio::process_callback(
|
||||
const fpp_t frames = getNextBuffer( m_outBuf );
|
||||
if( !frames )
|
||||
{
|
||||
printf( "callback stopped and mutex released'\n" );
|
||||
m_stopped = TRUE;
|
||||
m_stop_semaphore.release();
|
||||
memset( _outputBuffer, 0, _framesPerBuffer *
|
||||
|
||||
Reference in New Issue
Block a user