diff --git a/src/common/serialization/vst3/host-application.h b/src/common/serialization/vst3/host-application.h index 122c5f94..d8aa46bd 100644 --- a/src/common/serialization/vst3/host-application.h +++ b/src/common/serialization/vst3/host-application.h @@ -35,6 +35,10 @@ * this proxy will be passed through to the actual object. This is used to proxy * both the host application context passed during `IPluginBase::intialize()` as * well as for the 'global' context in `IPluginFactory3::setHostContext()`. + * + * TODO: Create a `Vst3HostContextProxy`, and make this to only interface it + * inherits. For uniformity's sake it's a good idea to have every kind of + * object we directly instantiate be in the same form. */ class YaHostApplication : public Steinberg::Vst::IHostApplication { public: