Add a workaround for Bluecat Audio VST3 plugins

These plugins don't expose `IPluginBase` through the query interface, so
we have to do this nasty coercion instead.
This commit is contained in:
Robbert van der Helm
2021-04-12 14:45:12 +02:00
parent 5278c2e2ea
commit 42096c6f60
2 changed files with 56 additions and 1 deletions
+3
View File
@@ -10,6 +10,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).
### Fixed
- Added a workaround for a bug present in every Bluecat Audio VST3 plugin where
those plugins don't expose the `IPluginBase` interface through their query
interface.
- Worked around a regression in Wine 6.5 that would prevent yabridge from
shutting down. With Wine 6.5 terminating a Wine process no longer terminates
its threads, which would cause yabridge's plugin and host components to wait