mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-10 06:12:14 +02:00
Add Vst3PlugFrameProxy
For proxying the `IPlugFrame*` passed to `IPlugView::setFrame()`.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user