Fully implement IPlugViewContentScaleSupport

With this we're at VST 3.6.6 level support.
This commit is contained in:
Robbert van der Helm
2021-01-14 14:52:39 +01:00
parent 0d674d6185
commit 0bed2b7bc0
4 changed files with 22 additions and 6 deletions
+2
View File
@@ -46,6 +46,8 @@ struct InstancePlugView {
// pointers if `plug_view` did not implement the interface.
Steinberg::FUnknownPtr<Steinberg::Vst::IParameterFinder> parameter_finder;
Steinberg::FUnknownPtr<Steinberg::IPlugViewContentScaleSupport>
plug_view_content_scale_support;
};
/**