aether-lv2

aether-lv2 1.2.1

Algorithmic reverb LV2 based on Cloudseed

https://dougal-s.github.io/Aether/
MIT License
programs: -
Platforms (24)
mips64-linuxriscv32-linuxpowerpc-linuxi686-linuxmips-linuxsh4-linuxarmv7a-linuxpowerpc64le-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