You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+56-45
Original file line number
Diff line number
Diff line change
@@ -2,48 +2,6 @@
2
2
Airwave is a [WINE](https://www.winehq.org/)-based VST bridge, that allows for the use of Windows 32- and 64-bit VST 2.4 audio plugins with Linux VST hosts.
3
3
Due to the use of shared memory, only one extra copying is made for each data transfer. Airwave also uses the XEMBED protocol to correctly embed the plugin editor into the host window.
4
4
5
-
## Compatibility
6
-
The following list is not complete. It contains only plugins, that have been tested by me or by people, who sent me a report.
7
-
8
-
VST-Plugins | works? | Notes |
9
-
------------:|:----------:|:-------|
10
-
Blue Cat Audio Oscilloscope Multi | no | doesn't work with wine
11
-
Credland Audio BigKick | no | doesn't work with wine
12
-
FabFilter Total bundle | yes | haven't tested them all
13
-
Image-Line Harmless | yes |
14
-
Image-Line Sytrus | yes |
15
-
LennarDigital Sylenth1 | no | doesn't work with wine
When the airwave-plugin is loaded by the VST host, it obtains its absolute path and use it as the key to get the linked VST DLL from the configuration. Then it starts the airwave-host process and passes the path to the linked VST file. The airwave-host loads the VST DLL and works as a fake VST host. Starting from this point, the airwave-plugin and airwave-host act together like a proxy, translating commands between the native VST host and the Windows VST plugin.
111
69
112
70
## Known issues
113
71
- Due to a bug in WINE, there is some hacking involved when embedding the editor window. There is a chance that you get a black window instead of the plugin GUI. Also some areas might not update correctly when increasing the window size. On some hosts (Bitwig Studio for example) this can be solved by closing and re-opening the plugin window.
72
+
73
+
## Compatibility
74
+
The following list is not complete. It contains only plugins, that have been tested by me or by people, who sent me a report.
75
+
76
+
VST-Plugins | works? | Notes |
77
+
------------:|:----------:|:-------|
78
+
AlgoMusic CZythia | yes |
79
+
Aly James LAB OB-Xtreme | yes |
80
+
Blue Cat Audio Oscilloscope Multi | no | doesn't work with wine
81
+
Credland Audio BigKick | no | doesn't work with wine
82
+
FabFilter Total bundle | yes | haven't tested them all
83
+
Green Oak Software Crystal | yes |
84
+
Image-Line Harmless | yes |
85
+
Image-Line Sytrus | yes |
86
+
LennarDigital Sylenth1 | no | doesn't work with wine
0 commit comments