Fully implement IAutomationState

This commit is contained in:
Robbert van der Helm
2021-01-10 23:38:40 +01:00
parent 609360537c
commit a2d1a97309
4 changed files with 10 additions and 4 deletions
+1
View File
@@ -148,6 +148,7 @@ struct InstanceInterfaces {
Steinberg::FUnknownPtr<Steinberg::Vst::IAudioPresentationLatency>
audio_presentation_latency;
Steinberg::FUnknownPtr<Steinberg::Vst::IAudioProcessor> audio_processor;
Steinberg::FUnknownPtr<Steinberg::Vst::IAutomationState> automation_state;
Steinberg::FUnknownPtr<Steinberg::Vst::IComponent> component;
Steinberg::FUnknownPtr<Steinberg::Vst::IConnectionPoint> connection_point;
Steinberg::FUnknownPtr<Steinberg::Vst::IEditController> edit_controller;