From 61502f4d003fccd43e7acb97b495e8b629484615 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 15 Nov 2022 12:55:54 +0100 Subject: [PATCH] Mention DXVK as a fix for recent JUCE plugins --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 788d0eaa..1588c3a8 100644 --- a/README.md +++ b/README.md @@ -597,6 +597,11 @@ the yabridge [Discord](https://discord.gg/pyNeweqadf). plugin output to `~/.BitwigStudio/log/engine.log`, so you may need to look there instead. +- If a plugin seems to work fine except for the fact that the GUI never seems to + update when you interact with it, then try installing + [DXVK](https://github.com/doitsujin/dxvk). Many recent JUCE-based plugins + don't redraw anymore when using WineD3D. + - Try to use a clean Wine prefix when testing misbehaving plugins. Either temporarily rename `~/.wine` to something else, or set the `WINEPREFIX` environment variable to a directory path to have Wine use that as a prefix.