From a1f0f822ec5add04d9212ff4d0414f092e7e5c1d Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 26 Jan 2022 12:07:37 +0100 Subject: [PATCH] Add some sort of description to the readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96774d50..d82fe9e9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # NIH plugs -Because of course we need to remake everything from scratch. +Because of course we need to remake everything from scratch! + +This is a work in progress JUCE-lite-lite written in Rust to do some experiments +with. The idea is to have a statefull but simple plugin API without too much +magic, while also cutting unnecessary ceremony wherever possible. Since this is +not meant for general use (yet), the plugin API is limited to the functionality +I needed, and I'll expose more functionality as I need it. See the doc comment +in the `Plugin` trait for an incomplete list of missing functionality.