Allow instantiating IComponents

This commit is contained in:
Robbert van der Helm
2020-12-08 23:02:49 +01:00
parent 75ed978a1b
commit 225056bcff
3 changed files with 16 additions and 3 deletions
@@ -16,6 +16,8 @@
#include "component.h"
YaComponent::Arguments::Arguments() {}
YaComponent::Arguments::Arguments(
Steinberg::IPtr<Steinberg::Vst::IComponent> component,
size_t instance_id)