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
@@ -57,6 +57,9 @@ class Vst3ComponentHandlerProxyImpl : public Vst3ComponentHandlerProxy {
notifyProgramListChange(Steinberg::Vst::ProgramListID listId,
int32 programIndex) override;
// From `IUnitHandler2`
tresult PLUGIN_API notifyUnitByBusChange() override;
private:
Vst3Bridge& bridge;
};