GUI: implement sample draw
This commit is contained in:
parent
1941ca3616
commit
b04e1f2870
4 changed files with 71 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue