-Removed prints

main
Harry van Haaren 2013-11-02 13:41:31 +00:00
parent ff1e57449c
commit b1566046fc
1 changed files with 2 additions and 0 deletions

View File

@ -173,10 +173,12 @@ void TimeManager::process(Buffers* buffers)
int remaining = buffers->nframes - nframesToBeat;
if ( remaining > 0 )
{
/*
char buffer [50];
sprintf (buffer, "remaining %i", remaining );
EventGuiPrint e2( buffer );
writeToGuiRingbuffer( &e2 );
*/
jack->processFrames( remaining );
}
// write new beat to UI (bar info currently not used)