From 8d16e6e7bb4ea6b8e577f60f3ad598ac8089fbb5 Mon Sep 17 00:00:00 2001 From: Richard Baltrusch Date: Sun, 26 May 2024 11:08:17 +0200 Subject: [PATCH] Update README.md Add state of the repository. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 32dd873..701ee7e 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ To run the music generator, install it using pip, then run the package from the Example music can be found [here](https://github.com/rbaltrusch/continuo/blob/master/example_music). +## ⚠️ State of the repository ⚠️ + +This repository is unlikely to receive new features in the future, although maintenance and small fixes will still be done. + +This means that some features that are missing now will stay missing (but feel free to submit a pull request to add them!), and non-optimal aspects of the codebase or the application are unlikely to get fixed. + ## Parameterization Custom parameterization is possible over the command line interface or an external configuration file, but currently not consolidated into one config file.