From 8984495f9c45be2f83530e40443165d4197eba7a Mon Sep 17 00:00:00 2001 From: Carlo Capocasa Date: Wed, 14 May 2025 22:27:32 +0200 Subject: [PATCH] add jill (#3041) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 2680c3f..0286abd 100644 --- a/packages.json +++ b/packages.json @@ -35286,5 +35286,19 @@ "description": "Fur is a pure Nim set of finite impulse response filters (FIR) for realtime use.", "license": "MIT", "web": "https://github.com/capocasa/fur" + }, + { + "name": "jill", + "url": "https://github.com/capocasa/jill", + "method": "git", + "tags": [ + "jack", + "dsp", + "audio", + "realtime" + ], + "description": "Jill is a Nimish high-level interface to the Jack Audio Connection Kit.", + "license": "MIT", + "web": "https://github.com/capocasa/jill" }]