Add the base for YaHostApplication

This commit is contained in:
Robbert van der Helm
2020-12-13 13:45:30 +01:00
parent ca91cf041d
commit 919987298c
5 changed files with 187 additions and 5 deletions
@@ -127,9 +127,9 @@ class YaPluginFactory : public Steinberg::IPluginFactory3 {
YaPluginFactory(const ConstructArgs&& args);
/**
* We do not need to implement the destructor, since when the sockets are
* closed, RAII will clean up the Windows VST3 module we loaded along with
* its factory for us.
* We do not need to implement the destructor in
* `YaPluginFactoryPluginImpl`, since when the sockets are closed, RAII will
* clean up the Windows VST3 module we loaded along with its factory for us.
*/
virtual ~YaPluginFactory();