diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f25db8c..d28ca66d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added + +- Added an alternative editor hosting mode that adds another layer of embedding. + Right now the only known plugins that may need this are _PSPaudioware_ plugins + such as E27, and the behaviour can be enabled per-plugin in the plugin + configuration. See the + [readme](https://github.com/robbert-vdh/yabridge#editor-hosting-modes) for + more details. + ### Fixed - Fixed rare plugin location detection issue related to the plugin and host diff --git a/README.md b/README.md index 6571cd71..c75b9e26 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ other. See below for an [example](#example) of how these groups can be set up. The way yabridge embeds editor windows will work for most plugins. There is a second embedding mode available that adds yet another layer of embedding. This can be enabled by setting the `editor_double_embed` option to `true`. At the -moment the only known plugins that needs this are _PSPaudioware_ plugins with +moment the only known plugins that need this are _PSPaudioware_ plugins with expandable GUIs, as the plugins will otherwise draw in the wrong location after expanding the GUI. This setting may be replaced in the future if we can come up with a better solution. See below for an [example](#example) of how to set this