mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 21:50:11 +02:00
Add stubs for IAutomationState
This commit is contained in:
@@ -64,7 +64,7 @@ class YaAutomationState : public Steinberg::Vst::IAutomationState {
|
||||
|
||||
inline bool supported() const { return arguments.supported; }
|
||||
|
||||
virtual tresult PLUGIN_API setAutomationState(int32 state) = 0;
|
||||
virtual tresult PLUGIN_API setAutomationState(int32 state) override = 0;
|
||||
|
||||
protected:
|
||||
ConstructArgs arguments;
|
||||
|
||||
Reference in New Issue
Block a user