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/airwave
MIT License
programs: -
Platforms (1)
x86_64-linux
View source on NixOS/nixpkgs →

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