aeolus

aeolus 0.10.4

Synthetized (not sampled) pipe organ emulator

http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html
GNU Lesser General Public License v3.0
main program: aeolusprograms: aeolus
Platforms (24)
x86_64-linuxloongarch64-linuxarmv6l-linuxmips64-linuxarmv5tel-linuxriscv32-linuxpowerpc-linuxarmv7a-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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