mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Add double editor embedding mode to the changelog
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user