hydrogen

hydrogen 1.2.6

Advanced drum machine

http://www.hydrogen-music.org
GNU General Public License v2.0 or later
programs: h2cli, hydrogen, h2player
Platforms (24)
riscv64-linuxmipsel-linuxarc-linuxmicroblazeel-linuxmips64-linuxpowerpc-linuxi686-linuxsh4-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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