Batch VST3 parameter info querying #236

To hopefully work mitigate the Kontakt bug that causes the host to
rescan thousands of parameters hundreds of times when using certain VST3
Kontakt patches in REAPER.
This commit is contained in:
Robbert van der Helm
2023-04-28 19:22:54 +02:00
parent 9005474ded
commit 8289d76818
9 changed files with 148 additions and 136 deletions
+4
View File
@@ -10,6 +10,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).
### Changed
- Parameter information for VST3 plugins is now queried all at once. This should
work around a bug in _Kontakt_ that would cause loading patches with lots of
exposed parameters to become very slow in **REAPER**
([#236](https://github.com/robbert-vdh/yabridge/issues/236)).
- When dragging plugin windows around, yabridge now waits for the mouse buttons
to be released before informing Wine about the window's new screen
coordinates. This prevents constant flickering when dragging plugin windows