mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-15 07:53:55 +02:00
Fully implement IPlugInterfaceSupport
With this we support all VST 3.6.12 interfaces.
This commit is contained in:
@@ -32,6 +32,8 @@ class YaPluginFactoryImpl : public YaPluginFactory {
|
||||
// `IPluginFactory3::setHostContext()` has been called
|
||||
|
||||
Steinberg::FUnknownPtr<Steinberg::Vst::IHostApplication> host_application;
|
||||
Steinberg::FUnknownPtr<Steinberg::Vst::IPlugInterfaceSupport>
|
||||
plug_interface_support;
|
||||
|
||||
private:
|
||||
Vst3PluginBridge& bridge;
|
||||
|
||||
Reference in New Issue
Block a user