From ecb9690fa8352560ec8ebfb0a3fa08b8714877e7 Mon Sep 17 00:00:00 2001 From: Carlo Capocasa Date: Wed, 18 Jun 2025 15:57:27 +0200 Subject: [PATCH] add mash (#3055) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 7b60e55..02f5bb3 100644 --- a/packages.json +++ b/packages.json @@ -35485,5 +35485,20 @@ "description": "An obfuscator for excel sheets. If you are not allowed to transfer data to an AI system, this can be an easy solution :).", "license": "MIT", "web": "https://github.com/Luteva-ssh/obfusel" + }, + { + "name": "mash", + "url": "https://github.com/capocasa/mash", + "method": "git", + "tags": [ + "MIDI", + "jack", + "keyboard", + "virtual", + "precision" + ], + "description": "A very precise musical virtual keyboard for Jack MIDI", + "license": "MIT", + "web": "https://github.com/capocasa/mash" } ]