mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-24 12:57:31 +02:00
Clarify the VST3 mutual recursion change
This commit is contained in:
+2
-1
@@ -41,7 +41,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
|||||||
- VST2 audio processing also received the same small vector optimization to get
|
- VST2 audio processing also received the same small vector optimization to get
|
||||||
rid of any last potential allocations during audio processing.
|
rid of any last potential allocations during audio processing.
|
||||||
- Changed the way mutual recursion in VST3 plugins on the plugin side works to
|
- Changed the way mutual recursion in VST3 plugins on the plugin side works to
|
||||||
counter any potential GUI related timing issues with VST3 plugins.
|
counter any potential GUI related timing issues with VST3 plugins when using
|
||||||
|
multiple instances of a plugin.
|
||||||
- The deserialization part of yabridge's communication is now slightly faster by
|
- The deserialization part of yabridge's communication is now slightly faster by
|
||||||
skipping some unnecessary checks.
|
skipping some unnecessary checks.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user