From f00bbd1ecd6b1512358cd1c25f5649036b0278be Mon Sep 17 00:00:00 2001 From: Weird Constructor Date: Thu, 30 Jun 2022 06:42:32 +0200 Subject: [PATCH] Added HexoSynth modular synthesizer plugin --- content/crates.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/crates.toml b/content/crates.toml index 3920655..857c540 100644 --- a/content/crates.toml +++ b/content/crates.toml @@ -48,6 +48,11 @@ key = "MeadowlarkDAW/Meadowlark" source = "github" tags = ["DAWs"] +[[crates]] +key = "WeirdConstructor/HexoSynth" +source = "github" +tags = ["synthesizer", "plugin"] + [[crates]] key = "vizia/vizia" source = "github"