mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
Fully implement IPlugViewContentScaleSupport
With this we're at VST 3.6.6 level support.
This commit is contained in:
@@ -189,9 +189,7 @@ tresult PLUGIN_API Vst3PlugViewProxyImpl::findParameter(
|
||||
|
||||
tresult PLUGIN_API
|
||||
Vst3PlugViewProxyImpl::setContentScaleFactor(ScaleFactor factor) {
|
||||
// TODO: Implement
|
||||
bridge.logger.log(
|
||||
"TODO: Implement "
|
||||
"iplugviewcontentscalesupport::setContentScaleFactor()");
|
||||
return Steinberg::kNotImplemented;
|
||||
return bridge.send_message(
|
||||
YaPlugViewContentScaleSupport::SetContentScaleFactor{
|
||||
.owner_instance_id = owner_instance_id(), .factor = factor});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user