Mercurial > hg > beaglert
diff core/ReceiveAudioThread.cpp @ 135:e77e2e712fbc ClockSync
To work with the ClockSync plugin
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Sat, 12 Sep 2015 20:05:55 +0100 |
parents | 04b1678614c9 |
children |
line wrap: on
line diff
--- a/core/ReceiveAudioThread.cpp Thu Aug 27 03:33:32 2015 +0100 +++ b/core/ReceiveAudioThread.cpp Sat Sep 12 20:05:55 2015 +0100 @@ -203,7 +203,7 @@ if(isListening()==false) return -1; static int numCalls=0; - if(writePointer<0 || (numCalls&16383)==0){ //if writePointer has not been initalized yet ... + if(writePointer<0 /*|| (numCalls&16383)==0*/){ //if writePointer has not been initalized yet ... #ifdef USE_JUCE #else //debug rt_printf("reinit the writePointer, readPointer: %f;\n",readPointer);