mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 21:15:51 +02:00
Rename PluginObject to InstanceInterfaces
To make it a bit clearer that this is a holder of interface smart pointers.
This commit is contained in:
@@ -22,9 +22,10 @@
|
||||
|
||||
#include "vst3-impls/host-application.h"
|
||||
|
||||
PluginObject::PluginObject() {}
|
||||
InstanceInterfaces::InstanceInterfaces() {}
|
||||
|
||||
PluginObject::PluginObject(Steinberg::IPtr<Steinberg::FUnknown> object)
|
||||
InstanceInterfaces::InstanceInterfaces(
|
||||
Steinberg::IPtr<Steinberg::FUnknown> object)
|
||||
: object(object),
|
||||
audio_processor(object),
|
||||
component(object),
|
||||
|
||||
Reference in New Issue
Block a user