mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 20:40:11 +02:00
Add stubs for IComponentHandler3
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user