From c970093b5e428707a1bc3aba0138f4340dd57e95 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 19 Dec 2020 16:05:04 +0100 Subject: [PATCH] Add todo about creating a Vst3HostContextProxy --- src/common/serialization/vst3/host-application.h | 4 ++++ 1 file changed, 4 insertions(+) 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: