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)
powerpc64-linuxmicroblazeel-linuxarmv7a-linuxmicroblaze-linuxarc-linuxarmv5tel-linuxm68k-linuxloongarch64-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