mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 20:40:11 +02:00
Add stubs for IPlugViewContentScaleSupport
This commit is contained in:
@@ -186,3 +186,12 @@ tresult PLUGIN_API Vst3PlugViewProxyImpl::findParameter(
|
||||
|
||||
return response.result;
|
||||
}
|
||||
|
||||
tresult PLUGIN_API
|
||||
Vst3PlugViewProxyImpl::setContentScaleFactor(ScaleFactor factor) {
|
||||
// TODO: Implement
|
||||
bridge.logger.log(
|
||||
"TODO: Implement "
|
||||
"iplugviewcontentscalesupport::setContentScaleFactor()");
|
||||
return Steinberg::kNotImplemented;
|
||||
}
|
||||
|
||||
@@ -63,6 +63,9 @@ class Vst3PlugViewProxyImpl : public Vst3PlugViewProxy {
|
||||
int32 yPos,
|
||||
Steinberg::Vst::ParamID& resultTag /*out*/) override;
|
||||
|
||||
// From `iplugviewcontentscalesupport`
|
||||
tresult PLUGIN_API setContentScaleFactor(ScaleFactor factor) override;
|
||||
|
||||
/**
|
||||
* The `IPlugFrame` object passed by the host passed to us in
|
||||
* `IPlugView::setFrame()`. When the plugin makes a callback on the
|
||||
|
||||
Reference in New Issue
Block a user