mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-13 20:09:59 +02:00
Add option to work around bugs in REAPER/Renoise
This is not ideal since it requires the user to know about this option and to create a config file, but I think it's the best we can do without compromising on yabridge's transparency and 'zero hacks' philosophy. See #29 and #32.
This commit is contained in:
@@ -51,6 +51,9 @@ Configuration::Configuration(const fs::path& config_path,
|
||||
if (toml::table* config = value.as_table()) {
|
||||
editor_double_embed =
|
||||
(*config)["editor_double_embed"].value<bool>().value_or(false);
|
||||
hack_reaper_update_display =
|
||||
(*config)["hack_reaper_update_display"].value<bool>().value_or(
|
||||
false);
|
||||
group = (*config)["group"].value<std::string>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user