mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 21:50:11 +02:00
Add stubs for IUnitHandler2
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user