From f9df315a5bcf2fa90213cbb4e6626c42b946b4a6 Mon Sep 17 00:00:00 2001 From: arran lyon Date: Wed, 29 Jul 2026 15:34:34 +0200 Subject: [PATCH] Added napPd --- modules/nappd.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 modules/nappd.json diff --git a/modules/nappd.json b/modules/nappd.json new file mode 100644 index 0000000..fb623a5 --- /dev/null +++ b/modules/nappd.json @@ -0,0 +1,17 @@ +{ + "name": "napPd", + "categories": [ + "audio" + ], + "platforms": [ + "linux" + ], + "author": { + "name": "Arran Lyon", + "link": "https://arranlyon.com" + }, + "description": "Adds a libpd audio node for running PureData patches in NAP applications", + "link": "https://github.com/al165/napPd", + "image": "https://raw.githubusercontent.com/al165/napPd/main/docs/media/napPd_logo.png", + "visible": true +}