mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Reword changelog
This commit is contained in:
+8
-8
@@ -10,20 +10,20 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added all thread names to all worker threads created by yabridge. This can
|
- Added thread names to all worker threads created by yabridge. This makes it
|
||||||
make it easier to debug and profile yabridge.
|
easier to debug and profile yabridge.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed the `IPlugView::canResize()` cache added in yabridge 3.2.0 sometimes not
|
- Fixed the `IPlugView::canResize()` cache added in yabridge 3.2.0 sometimes not
|
||||||
being initialized correctly, preventing host-driven resizes in certain
|
being initialized properly, preventing host-driven resizes in certain
|
||||||
situations. This was mostly noticeable in **Ardour**.
|
situations. This was mostly noticeable in **Ardour**.
|
||||||
- Fixed mouse clicks in VST2 editors in **Tracktion Waveform** being offset
|
- Fixed mouse clicks in VST2 editors in **Tracktion Waveform** being offset
|
||||||
vertically because of the way Waveform embeds VST2 editors.
|
vertically by a small amount because of the way Waveform embeds VST2 editors.
|
||||||
- Fixed _Shattered Glass Audio Code Red (Free)_ crashing when opening the plugin
|
- Fixed _Shattered Glass Audio_ plugins crashing when opening the plugin editor
|
||||||
editor because the plugin doesn't initialize Microsoft COM before using it. We
|
because those plugins don't initialize Microsoft COM before trying to use it.
|
||||||
now always initialize Microsoft COM unconditionally, instead of only doing it
|
We now always initialize the Microsoft COM library unconditionally, instead of
|
||||||
when a plugin fails to initialize the first time without it.
|
doing it only when a plugin fails to initialize without it.
|
||||||
- Fixed log message for the cached `IPlugView::canResize()` VST3 function calls
|
- Fixed log message for the cached `IPlugView::canResize()` VST3 function calls
|
||||||
implemented in yabridge 3.2.0.
|
implemented in yabridge 3.2.0.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user