Add Vst3PlugFrameProxy

For proxying the `IPlugFrame*` passed to `IPlugView::setFrame()`.
This commit is contained in:
Robbert van der Helm
2020-12-22 13:26:54 +01:00
parent 90de46428c
commit f5c75da451
4 changed files with 153 additions and 4 deletions
@@ -25,10 +25,10 @@
/**
* An abstract class that implements `IComponentHandler`, and optionally also
* all other VST3 interfaces an object passed to
* `IEditController::setComponentHandler()`. This works exactly the same as
* `Vst3PluginProxy`, but instead of proxying for an object provided by the
* plugin we are proxying for the `IComponentHandler*` argument passed to plugin
* by the host.
* `IEditController::setComponentHandler()` might implement. This works exactly
* the same as `Vst3PluginProxy`, but instead of proxying for an object provided
* by the plugin we are proxying for the `IComponentHandler*` argument passed to
* plugin by the host.
*/
class Vst3ComponentHandlerProxy : public YaComponentHandler {
public: