Use the small buffer optimization for VST3 SysEx

We apparently didn't do that yet. SysEx should be super rare (outside of
octave switching on Arturia keyboards), but there's still no reason not
to do it.
This commit is contained in:
Robbert van der Helm
2021-09-23 14:29:12 +02:00
parent 3950f055ad
commit 0c9c4686f1
3 changed files with 21 additions and 6 deletions
+6
View File
@@ -33,6 +33,12 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- The `editor_double_embed` option added in yabridge 1.4.0 has been removed as
the `editor_coordinate_hack` option supersedes it.
### Changed
- VST3 Data (SysEx) events now use the same small buffer optimization we use for
VST2 SysEx events. This avoids allocations when a VST3 plugin sends or
receives a SysEx event.
### Fixed
- Fixed _New Sonic Arts' Vice_ plugin freezing when loading the plugin. This