TonePrint icon

TonePrint 4.6.16,dBdeIScCJECmA6pTU4VfHA,bykSZtSgsUKVx3UABT5qSg,7+25e8c66a

Alter the character of your TonePrint pedal

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    toneprint # TonePrint
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    toneprint # TonePrint
  ];
}

Package Definition

{
  "pname": "toneprint",
  "version": "4.6.16,dBdeIScCJECmA6pTU4VfHA,bykSZtSgsUKVx3UABT5qSg,7+25e8c66a",
  "src": {
    "url": "https://cdn.mediavalet.com/aunsw/musictribe/dBdeIScCJECmA6pTU4VfHA/bykSZtSgsUKVx3UABT5qSg/Original/Toneprint_4.6.16-public.7+25e8c66a.dmg",
    "sha256": "d9bbfef769a14ccf2a024218efb7164420211c9d68f2630dd31ce4edbce2d106"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Toneprint.app\" && cp -r \"Toneprint.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Alter the character of your TonePrint pedal",
    "homepage": "https://www.tcelectronic.com/tonePrints.html"
  }
}