From e61b70ed97c656ea3f336fcdd4d615de25deaf26 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 23 May 2020 15:25:05 +0200 Subject: [PATCH] Add the new plugin groups to the changelog #15 With this the plugin groups functionality is feature complete, although I still want to do a few rounds of refactoring and the readme has not yet been updated. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 969aa638..49927f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added + +- Added the ability to host multiple plugins in the same Wine process through + _plugin groups_. A plugin group is a user-defined set of plugins that will be + hosted together in the same Wine process. This allows multiple instances of + plugins to share data and communicate with eachother. Examples of plugins that + can benefit from this are Fabfilter Pro-Q 3, MMultiAnalyzer and the iZotope + mixing plugins. See the readme for instructions on how to set this up. + ### Changed - Changed architecture to use one less socket.