aether-lv2

aether-lv2 1.2.1

Algorithmic reverb LV2 based on Cloudseed

https://dougal-s.github.io/Aether/
MIT License
programs: -
Platforms (24)
armv7a-linuxarmv6l-linuxmips64-linuxriscv64-linuxarc-linuxpowerpc64le-linuxs390x-linuxmicroblaze-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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