mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-16 16:33:55 +02:00
Rename vst3_no_scaling to editor_disable_host_scaling
This will also affect CLAP plugins.
This commit is contained in:
@@ -150,7 +150,7 @@ class Configuration {
|
||||
* that with a Wine font DPI of 192 plugins often do draw correctly at 200%
|
||||
* scale.
|
||||
*/
|
||||
bool vst3_no_scaling = false;
|
||||
bool editor_disable_host_scaling = false;
|
||||
|
||||
/**
|
||||
* If a merged bundle contains both the 64-bit and the 32-bit versions of a
|
||||
@@ -203,7 +203,7 @@ class Configuration {
|
||||
s.ext(frame_rate, bitsery::ext::InPlaceOptional(),
|
||||
[](S& s, auto& v) { s.value4b(v); });
|
||||
s.value1b(hide_daw);
|
||||
s.value1b(vst3_no_scaling);
|
||||
s.value1b(editor_disable_host_scaling);
|
||||
s.value1b(vst3_prefer_32bit);
|
||||
|
||||
s.ext(matched_file, bitsery::ext::InPlaceOptional(),
|
||||
|
||||
Reference in New Issue
Block a user