mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Add todo about creating a Vst3HostContextProxy
This commit is contained in:
@@ -35,6 +35,10 @@
|
|||||||
* this proxy will be passed through to the actual object. This is used to proxy
|
* 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
|
* both the host application context passed during `IPluginBase::intialize()` as
|
||||||
* well as for the 'global' context in `IPluginFactory3::setHostContext()`.
|
* 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 {
|
class YaHostApplication : public Steinberg::Vst::IHostApplication {
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user