Fully implement IComponentHandler2

This commit is contained in:
Robbert van der Helm
2021-01-04 21:56:14 +01:00
parent 0ed9438ffb
commit 9983f81875
5 changed files with 48 additions and 16 deletions
@@ -244,6 +244,8 @@ class Vst3PluginProxyImpl : public Vst3PluginProxy {
// The following pointers are cast from `component_handler` if
// `IEditController::setComponentHandler()` has been called
Steinberg::FUnknownPtr<Steinberg::Vst::IComponentHandler2>
component_handler_2;
Steinberg::FUnknownPtr<Steinberg::Vst::IUnitHandler> unit_handler;
private: