touchosc icon

touchosc 1.4.7,243

MIDI and OSC Controller Software

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "touchosc",
  "version": "1.4.7,243",
  "src": {
    "url": "https://hexler.net/pub/touchosc/touchosc-1.4.7.243-macos.dmg",
    "sha256": "6748e1f7d635b737464fd3292a65a352f2a585831e43df1e9b0e812fda315a50"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/TouchOSC.app\" && cp -r \"TouchOSC.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "MIDI and OSC Controller Software",
    "homepage": "https://hexler.net/touchosc"
  }
}