From 62d03d682dfedd22ced27f3b85cf8dd83c04dfc5 Mon Sep 17 00:00:00 2001 From: Carlo Capocasa Date: Sun, 11 Mar 2018 23:18:29 +0100 Subject: [PATCH] scnim (#674) * scnim * Update packages.json --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 36b9e41..cfbcdc0 100644 --- a/packages.json +++ b/packages.json @@ -8593,5 +8593,23 @@ "description": "Text editor to speed up testing code snippets", "license": "MIT", "web": "https://github.com/genotrance/snip" + }, + { + "name": "scnim", + "url": "https://github.com/capocasa/scnim", + "method": "git", + "tags": [ + "music", + "synthesizer", + "realtime", + "supercollider", + "ugen", + "plugin", + "binding", + "audio" + ], + "description": "Develop SuperCollider UGens in Nim", + "license": "MIT", + "web": "https://github.com/capocasa/scnim" } ]