mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 12:10:09 +02:00
Rename libyabridge to libyabridge-vst2
This commit is contained in:
@@ -23,6 +23,8 @@ imcomplete list of things that still have to be done before this can be used:
|
||||
- Update yabridgectl to handle buth VST2 and VST3 plugins.
|
||||
- Update all documentation to refer to VST2 and VST3 support separately, and
|
||||
figure out how to do this in the least confusing way possible.
|
||||
- Mention that this update will break all existing symlinks and that the old
|
||||
`libyabridge.so` file should be removed when upgrading.
|
||||
- Update all the AUR packages.
|
||||
|
||||

|
||||
|
||||
+5
-5
@@ -71,13 +71,13 @@ xcb_dep = dependency('xcb')
|
||||
|
||||
include_dir = include_directories('src/include')
|
||||
|
||||
# The application consists of a VST plugin (yabridge) that calls a winelib
|
||||
# program (yabridge-host) that can host Windows VST plugins. More information
|
||||
# about the way these two components work together can be found in the readme
|
||||
# file.
|
||||
# The application consists of a plugin (`libyabridge-{vst2,vst3}.so`) that calls
|
||||
# a Winelib application (`yabridge-{host,group}{,-32}.exe`) that can host
|
||||
# Windows VST plugins. More information about the way these two components work
|
||||
# together can be found in `docs/architecture.md`.
|
||||
|
||||
shared_library(
|
||||
'yabridge',
|
||||
'yabridge-vst2',
|
||||
[
|
||||
'src/common/configuration.cpp',
|
||||
'src/common/logging.cpp',
|
||||
|
||||
Reference in New Issue
Block a user