improve a bit and add option
This commit is contained in:
parent
e8dbacf6e0
commit
5329e551d4
7 changed files with 50 additions and 5 deletions
|
|
@ -1790,8 +1790,7 @@ void DivEngine::nextBuf(float** in, float** out, int inChans, int outChans, unsi
|
|||
std::chrono::steady_clock::time_point ts_processBegin=std::chrono::steady_clock::now();
|
||||
|
||||
if (renderPool==NULL) {
|
||||
// TODO: test this
|
||||
renderPool=new DivWorkPool(0);
|
||||
renderPool=new DivWorkPool(renderPoolThreads);
|
||||
}
|
||||
|
||||
// process MIDI events (TODO: everything)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue