From 3494a6599ebf49186a894b7f1220441c2a327b9e Mon Sep 17 00:00:00 2001 From: Gus Libens Date: Wed, 18 Mar 2026 23:59:32 +0100 Subject: [PATCH 1/3] Add FineTune --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d741e85..9b76037 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,7 @@ Also, there is an advistory database of Rust slopware crates, which you can use |---|---|---| | [HISE](https://github.com/christophhart/HISE) | [DPF](https://github.com/DISTRHO/DPF) | `claude` committed to the repo. This is a framework to build audio plugins so it's tainting those that use it. | | [zrythm](https://www.zrythm.org) | [Ardour](https://ardour.org/) (opinions may vary whether it is a replacement or not) | [CLAUDE.md](https://github.com/zrythm/zrythm/blob/master/CLAUDE.md) in repository | +| [FineTune](https://github.com/ronitsingh10/FineTune) | [BackgroundMusic](https://github.com/kyleneideck/BackgroundMusic) | Include [`CLAUDE.md`](https://github.com/ronitsingh10/FineTune/blob/20bbef22644a468f403cf9a011586ba2b0ed067f/.gitignore#L3) in the `.gitignore` | ## Services and Utilities From 746d4cdb6e12767da23bb1b0022da9291a9ce205 Mon Sep 17 00:00:00 2001 From: Gus Libens Date: Fri, 20 Mar 2026 20:41:34 +0100 Subject: [PATCH 2/3] Rename category to "Audio" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b76037..dc888f3 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md). * [Python](#python) * [Rust](#rust) * [Game Engines](#game-engines) - * [Music](#music) + * [Audio](#audio) * [Services and Utilities](#services-and-utilities) * [File Storage](#file-storage) * [Password Management](#password-management) @@ -305,7 +305,7 @@ Also, there is an advistory database of Rust slopware crates, which you can use |---|---|---| | [UPBGE 0.5](https://upbge.org) | UPBGE 0.36.1 seems to be slop-free, [Godot](https://github.com/godotengine/godot) | [0.5 release notes state the use of AI in plain language](https://github.com/UPBGE/upbge/wiki/Release-notes-version-0.50#b-implementation-technique-and-limitations) | -## Music +## Audio | Name | Alternative(s) | Evidence | |---|---|---| From 3d98b378996aa6ee55c230734d6e4e7333554d67 Mon Sep 17 00:00:00 2001 From: Gus Libens Date: Fri, 20 Mar 2026 20:43:49 +0100 Subject: [PATCH 3/3] Update evidence description of HISE --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc888f3..0749cec 100644 --- a/README.md +++ b/README.md @@ -309,7 +309,7 @@ Also, there is an advistory database of Rust slopware crates, which you can use | Name | Alternative(s) | Evidence | |---|---|---| -| [HISE](https://github.com/christophhart/HISE) | [DPF](https://github.com/DISTRHO/DPF) | `claude` committed to the repo. This is a framework to build audio plugins so it's tainting those that use it. | +| [HISE](https://github.com/christophhart/HISE) | [DPF](https://github.com/DISTRHO/DPF) | Include [`AGENTS.md`](https://github.com/christophhart/HISE/blob/59dab9965c5483a61dae01ec667f77aeecbbdb51/AGENTS.md) | | [zrythm](https://www.zrythm.org) | [Ardour](https://ardour.org/) (opinions may vary whether it is a replacement or not) | [CLAUDE.md](https://github.com/zrythm/zrythm/blob/master/CLAUDE.md) in repository | | [FineTune](https://github.com/ronitsingh10/FineTune) | [BackgroundMusic](https://github.com/kyleneideck/BackgroundMusic) | Include [`CLAUDE.md`](https://github.com/ronitsingh10/FineTune/blob/20bbef22644a468f403cf9a011586ba2b0ed067f/.gitignore#L3) in the `.gitignore` |