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
@@ -91,6 +91,15 @@ tresult PLUGIN_API Vst3ComponentHandlerProxyImpl::finishGroupEdit() {
.owner_instance_id = owner_instance_id()});
}
Steinberg::Vst::IContextMenu* PLUGIN_API
Vst3ComponentHandlerProxyImpl::createContextMenu(
Steinberg::IPlugView* plugView,
const Steinberg::Vst::ParamID* paramID) {
// TODO: Implement
std::cerr << "TODO: IComponentHandler3::createContextMenu" << std::endl;
return nullptr;
}
tresult PLUGIN_API Vst3ComponentHandlerProxyImpl::notifyUnitSelection(
Steinberg::Vst::UnitID unitId) {
return bridge.send_message(YaUnitHandler::NotifyUnitSelection{