From e5bfb5675691a399e6cfd414f9f41720053de7a8 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 18 May 2021 22:57:41 +0200 Subject: [PATCH] Mention the disable_pipes option in the changelog I somehow forgot to do this in the last commit. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 593f3376..b4735370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,12 @@ Versioning](https://semver.org/spec/v2.0.0.html). function every processing cycle even though the value doesn't change. Caching this can significantly reduce the overhead of bridging VST3 plugins under those hosts. +- Added a [compatibility + option](https://github.com/robbert-vdh/yabridge#compatibility-options) to + redirect the Wine plugin host's output directly to a file. Enabling this + allows **ujam** plugins and other plugins made with the Gorilla Engine such as + the **LoopCloud** plugins to function correctly as those plugins will throw a + seemingly unrelated error when they output to a pipe. ### Changed