Add a bridge for the Wine host to connect back

This is equivalent to plugin/bridge.h but for communicating between the
native Linus VST plugin and the Windows VST plugin.
This commit is contained in:
Robbert van der Helm
2020-02-27 13:55:19 +01:00
parent cd5b294952
commit e598d7c133
4 changed files with 127 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ shared_library(
executable(
'yabridge-host',
[
'src/wine-host/bridge.cpp',
'src/wine-host/vst-host.cpp',
],
native : false,