mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Add a TODO for a CLAP HiDPI override setting
This commit is contained in:
@@ -149,6 +149,10 @@ clap_plugin_proxy::plugin_get_extension(const struct clap_plugin* plugin,
|
|||||||
assert(plugin && plugin->plugin_data);
|
assert(plugin && plugin->plugin_data);
|
||||||
auto self = static_cast<const clap_plugin_proxy*>(plugin->plugin_data);
|
auto self = static_cast<const clap_plugin_proxy*>(plugin->plugin_data);
|
||||||
|
|
||||||
|
// TODO: When implementing the GUI option, add a `clap_no_scaling` option to
|
||||||
|
// disable HiDPI scaling just like we have for VST3. Or rename the
|
||||||
|
// existing one.
|
||||||
|
|
||||||
// TODO: Implement
|
// TODO: Implement
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user