mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Reword parts of the changelog
This commit is contained in:
+10
-9
@@ -10,12 +10,13 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added the ability to host multiple plugins in the same Wine process through
|
- Added the ability to host multiple plugins within a single Wine process
|
||||||
_plugin groups_. A plugin group is a user-defined set of plugins that will be
|
through _plugin groups_. A plugin group is a user-defined set of plugins that
|
||||||
hosted together in the same Wine process. This allows multiple instances of
|
will be hosted together in the same Wine process. This allows multiple
|
||||||
plugins to share data and communicate with eachother. Examples of plugins that
|
instances of plugins to share data and communicate with each other. Examples
|
||||||
can benefit from this are FabFilter Pro-Q 3, MMultiAnalyzer and the iZotope
|
of plugins that can benefit from this are FabFilter Pro-Q 3, MMultiAnalyzer
|
||||||
mixing plugins. See the readme for instructions on how to set this up.
|
and the iZotope mixing plugins. See the readme for instructions on how to set
|
||||||
|
this up.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
@@ -23,13 +24,13 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
|||||||
- GUI events are now always handled on a steady timer rather than being
|
- GUI events are now always handled on a steady timer rather than being
|
||||||
interleaved as part of the event loop. This change was made to unify the event
|
interleaved as part of the event loop. This change was made to unify the event
|
||||||
handling logic for individually hosted plugins and plugin groups. It should
|
handling logic for individually hosted plugins and plugin groups. It should
|
||||||
have any negative effects, but please let me know if this does cause unwanted
|
not have any noticeable effects, but please let me know if this does cause
|
||||||
behavior.
|
unwanted behavior.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Steal keyboard focus when clicking on the plugin editor window to account for
|
- Steal keyboard focus when clicking on the plugin editor window to account for
|
||||||
the new keyboard focus behavior in Bitwig Studio 3.2.
|
the new keyboard focus behavior in _Bitwig Studio 3.2_.
|
||||||
- Fixed large amount of empty lines in the log file when the Wine process closes
|
- Fixed large amount of empty lines in the log file when the Wine process closes
|
||||||
unexpectedly.
|
unexpectedly.
|
||||||
- Made the plugin and host detection slightly more robust.
|
- Made the plugin and host detection slightly more robust.
|
||||||
|
|||||||
Reference in New Issue
Block a user