mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Reword changelog
This commit is contained in:
+11
-11
@@ -15,12 +15,12 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
|||||||
[collaborative
|
[collaborative
|
||||||
effort](https://github.com/free-audio/clap/blob/main/Contributors.md) by a
|
effort](https://github.com/free-audio/clap/blob/main/Contributors.md) by a
|
||||||
group of plugin and host developers of all backgrounds to create a
|
group of plugin and host developers of all backgrounds to create a
|
||||||
permissively licensed, extensible plugin standard that is simple while
|
permissively licensed extensible plugin standard that is simple while also
|
||||||
simultaneously catering to the needs of plugin developers, host developers,
|
catering to the needs of plugin developers, host developers, and musicians
|
||||||
and users alike. When bridged under yabridge, these plugins are likely to have
|
alike. When bridged under yabridge, these plugins are likely to have lower
|
||||||
lower bridging overhead than their VST2 and VST3 counterparts while also being
|
bridging overhead than their VST2 and VST3 counterparts while also being more
|
||||||
more responsive and offering better support for instrument plugins and
|
responsive and offering better support for instrument plugins and parameter
|
||||||
parameter modulation.
|
modulation.
|
||||||
|
|
||||||
Yabridge 5.0.0's CLAP bridging supports [all official CLAP 1.1
|
Yabridge 5.0.0's CLAP bridging supports [all official CLAP 1.1
|
||||||
extensions](https://github.com/robbert-vdh/yabridge/blob/master/src/common/serialization/clap/README.md)
|
extensions](https://github.com/robbert-vdh/yabridge/blob/master/src/common/serialization/clap/README.md)
|
||||||
@@ -55,7 +55,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
|||||||
|
|
||||||
- Fixed a minor memory leak in the Wine->X11 drag-and-drop implementation when
|
- Fixed a minor memory leak in the Wine->X11 drag-and-drop implementation when
|
||||||
converting Windows file paths.
|
converting Windows file paths.
|
||||||
- Removed leftover debug prints when opening VST2 editor.
|
- Removed leftover debug prints when opening VST2 editors.
|
||||||
|
|
||||||
### yabridgectl
|
### yabridgectl
|
||||||
|
|
||||||
@@ -71,10 +71,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
|||||||
- The VST3 dependency is now at tag `v3.7.5_build_44-patched-2`. The only
|
- The VST3 dependency is now at tag `v3.7.5_build_44-patched-2`. The only
|
||||||
difference with the previous `v3.7.5_build_44-patched` is a fixed version
|
difference with the previous `v3.7.5_build_44-patched` is a fixed version
|
||||||
number in the `meson.build` file.
|
number in the `meson.build` file.
|
||||||
- The Meson build now requires the `libdbus-1` package to be installed.
|
- The Meson build now requires the `libdbus-1` development package to be
|
||||||
Yabridge's binaries don't dynamically link against the shared library, but it
|
installed. Yabridge's binaries don't dynamically link against the shared
|
||||||
does use the definitions from the headers to load `libdbus-1.so.3` at runtime
|
library, but they do use the definitions from the headers to load
|
||||||
when it needs to send a desktop notification.
|
`libdbus-1.so.3` at runtime when it needs to send a desktop notification.
|
||||||
|
|
||||||
## [4.0.2] - 2022-06-27
|
## [4.0.2] - 2022-06-27
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user