Add host cv module

This commit is contained in:
falkTX 2021-11-09 19:10:09 +00:00
parent f5920faaa3
commit bcfae94f79
11 changed files with 541 additions and 18 deletions

View file

@ -875,6 +875,12 @@ protected:
#endif
}
#if DISTRHO_PLUGIN_NUM_OUTPUTS != 2
context->dataFrame = 0;
context->dataIns = inputs;
context->dataOuts = outputs;
#endif
context->engine->stepBlock(frames);
if (fCurrentAudioDevice != nullptr)