airwindows-lv2

airwindows-lv2 38.0

Airwindows plugins (ported to LV2)

https://sr.ht/~hannes/airwindows-lv2
MIT License
programs: -
Platforms (46)
x86_64-freebsdmicroblazeel-linuxaarch64-linuxarmv5tel-linuxarmv6l-linuxsh4-linuxx86_64-netbsdpowerpc64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  airwindows-lv2
];
Ad-hoc shell
nix-shell -p airwindows-lv2
Flake (nix run)
nix run nixpkgs#airwindows-lv2