Add stubs for IComponentHandler3

This commit is contained in:
Robbert van der Helm
2021-01-06 20:55:27 +01:00
parent 237b755c52
commit abe7085ab5
4 changed files with 24 additions and 0 deletions
@@ -45,6 +45,11 @@ class Vst3ComponentHandlerProxyImpl : public Vst3ComponentHandlerProxy {
tresult PLUGIN_API startGroupEdit() override;
tresult PLUGIN_API finishGroupEdit() override;
// From `IComponentHandler3`
Steinberg::Vst::IContextMenu* PLUGIN_API
createContextMenu(Steinberg::IPlugView* plugView,
const Steinberg::Vst::ParamID* paramID) override;
// From `IUnitHandler`
tresult PLUGIN_API
notifyUnitSelection(Steinberg::Vst::UnitID unitId) override;