mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 12:30:00 +02:00
Add stubs for IInfoListener
This commit is contained in:
@@ -151,6 +151,10 @@ class Vst3PluginProxyImpl : public Vst3PluginProxy {
|
||||
tresult PLUGIN_API
|
||||
endEditFromHost(Steinberg::Vst::ParamID paramID) override;
|
||||
|
||||
// From `IInfoListener`
|
||||
tresult PLUGIN_API
|
||||
setChannelContextInfos(Steinberg::Vst::IAttributeList* list) override;
|
||||
|
||||
// From `IKeyswitchController`
|
||||
int32 PLUGIN_API getKeyswitchCount(int32 busIndex, int16 channel) override;
|
||||
tresult PLUGIN_API
|
||||
|
||||
Reference in New Issue
Block a user