Add stubs for IUnitHandler2

This commit is contained in:
Robbert van der Helm
2021-01-10 23:49:58 +01:00
parent cbb8ebaf5d
commit 89111d2f5f
4 changed files with 21 additions and 2 deletions
@@ -128,3 +128,9 @@ tresult PLUGIN_API Vst3ComponentHandlerProxyImpl::notifyProgramListChange(
.list_id = listId,
.program_index = programIndex});
}
tresult PLUGIN_API Vst3ComponentHandlerProxyImpl::notifyUnitByBusChange() {
// TODO: Implement
std::cerr << "TODO: IUnitHandler2::notifyUnitSelection()" << std::endl;
return Steinberg::kNotImplemented;
}