Add todo about creating a Vst3HostContextProxy

This commit is contained in:
Robbert van der Helm
2020-12-19 16:05:04 +01:00
parent 1b454371a6
commit c970093b5e
@@ -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: