GUI: implement sample draw

This commit is contained in:
tildearrow 2022-03-20 18:25:48 -05:00
parent 1941ca3616
commit b04e1f2870
4 changed files with 71 additions and 7 deletions

View file

@ -1560,7 +1560,7 @@ void DivEngine::nextBuf(float** in, float** out, int inChans, int outChans, unsi
return;
}
logD("attempts: %d\n",attempts);
//logD("attempts: %d\n",attempts);
if (attempts>=100) {
logE("hang detected! stopping! at %d seconds %d micro\n",totalSeconds,totalTicks);
freelance=false;