airwave
airwave 1.3.3
WINE-based VST bridge for Linux VST hosts
<rendered-html><p>Airwave is a wine based VST bridge, that allows for the use of Windows 32- and 64-bit VST 2.4 audio plugins with Linux VST hosts. 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.</p> </rendered-html>
https://github.com/phantom-code/airwaveMIT License
programs: -
Maintainers
Platforms (1)
x86_64-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ airwave ];
Ad-hoc shell
nix-shell -p airwave
Flake (nix run)
nix run nixpkgs#airwave