From c105684b7e47322a31dde6fcb6c7ff64a0a196fc Mon Sep 17 00:00:00 2001 From: Egor Khindikaynen Date: Sat, 12 Sep 2026 15:47:46 +0300 Subject: [PATCH] Add Nota digital audio workstation to apps.json Added Nota, a cross-platform digital audio workstation, to the apps list. --- data/apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/apps.json b/data/apps.json index 5b7b1ce..49a4c47 100644 --- a/data/apps.json +++ b/data/apps.json @@ -344,6 +344,16 @@ "repo": "NewMixer" } }, + { + "name": "Nota", + "url": "https://github.com/nota-daw/nota", + "description": "Nota is a cross-platform digital audio workstation (DAW) written in C++/C#/Avalonia/JUCE", + "repository": { + "type": "GitHub", + "user": "nota-daw", + "repo": "Nota" + } + }, { "name": "OpenDaw", "description": "A free, open-source Digital Audio Workstation for Windows, macOS, and Linux",