Add host cv module
This commit is contained in:
parent
f5920faaa3
commit
bcfae94f79
11 changed files with 541 additions and 18 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue