Add double editor embedding mode to the changelog

This commit is contained in:
Robbert van der Helm
2020-07-23 16:33:50 +02:00
parent e0ea2d3837
commit de1979781f
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -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
+1 -1
View File
@@ -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