mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user