From effca96eadef836237f78447c19ef156d3458374 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 27 May 2020 17:12:30 +0200 Subject: [PATCH] Correct capitalization on FabFilter --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f15c613..fdb69b28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ Versioning](https://semver.org/spec/v2.0.0.html). _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 + 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 diff --git a/README.md b/README.md index c3549fdd..d0738fa7 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Some plugins have the ability to communicate with other instances of that same plugin or with other plugins made by the same manufacturer. This is often used in mixing plugins to allow different tracks to reference each other without having to route audio between them. Examples of plugins that do this are -Fabfilter Pro-Q 3, MMultiAnalyzer and the iZotope mixing plugins. For this to +FabFilter Pro-Q 3, MMultiAnalyzer and the iZotope mixing plugins. For this to work, all instances of a particular plugin have to be hosted in the same process.