aj-snapshot

aj-snapshot 0.9.9

Tool for storing/restoring JACK and/or ALSA connections to/from cml files

<rendered-html><p>Aj-snapshot is a small program that can be used to make snapshots of the connections made between JACK and/or ALSA clients. Because JACK can provide both audio and MIDI support to programs, aj-snapshot can store both types of connections for JACK. ALSA, on the other hand, only provides routing facilities for MIDI clients. You can also run aj-snapshot in daemon mode if you want to have your connections continually restored.</p> </rendered-html>

http://aj-snapshot.sourceforge.net/
GNU General Public License v2.0
main program: aj-snapshotprograms: aj-snapshot
Platforms (80)
aarch64_be-noneaarch64-genodewasm32-wasii686-windowsmmix-mmixwarex86_64-windowsriscv64-netbsdaarch64-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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