From f36bdbb20b9fbbd2606ef7fad0bd4308bbfbcf2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lumi=C3=A8re=20=C3=89lev=C3=A9?= <88174309+PoneyClairDeLune@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:54:39 +0000 Subject: [PATCH] README updates. --- README.md | 2 +- RELEASES.md | 3 ++- dist/README.md | 7 ++++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d03a118b..d278f9b0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Octavia 🎻 Event-driven multi-standard MIDI state-tracking library. Working with MIDI should be simple, while faithful and professional. -Made with ❤️ by Lightingale Community. +Made with ❤️ by Lightingale Community. Repository available on [Codeberg](https://codeberg.org/ltgc/octavia/), [GitHub](https://github.com/ltgcgo/octavia/) and [GitLab](https://gitlab.com/ltgc/oss/octavia/). [![Maintainability](https://api.codeclimate.com/v1/badges/fa5aeaf4ba4c9b2d50e2/maintainability)](https://codeclimate.com/github/ltgcgo/octavia/maintainability) diff --git a/RELEASES.md b/RELEASES.md index 63a97e1d..8b5d5857 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -8,4 +8,5 @@ Due to the pruning of all demo files, the Git history was drastically rewritten, * [0.2.1](https://github.com/ltgcgo/octavia/releases/tag/0.2.1) * [0.3](https://github.com/ltgcgo/octavia/releases/tag/0.3) * [0.4](https://github.com/ltgcgo/octavia/releases/tag/0.4) -* [0.5 pre1](https://github.com/ltgcgo/octavia/releases/tag/0.4.112) \ No newline at end of file +* [0.5 pre 1](https://github.com/ltgcgo/octavia/releases/tag/0.4.112) +* [0.5 pre 2](https://github.com/ltgcgo/octavia/releases/tag/0.4.113) \ No newline at end of file diff --git a/dist/README.md b/dist/README.md index eda425e1..185f726e 100644 --- a/dist/README.md +++ b/dist/README.md @@ -3,10 +3,11 @@ Made with ❤️ by Lightingale Community. -Visit [our GitHub repo](https://github.com/ltgcgo/octavia/) for more info, or see the [demo in action](https://ltgcgo.github.io/octavia/test/). +Visit our repo on [Codeberg](https://codeberg.org/ltgc/octavia/), [GitHub](https://github.com/ltgcgo/octavia/) or [GitLab](https://gitlab.com/ltgc/oss/octavia/) for more info, or see the [demos in action](https://ltgcgo.github.io/octavia/test/). ## Files Only files ending in `.mjs` are meant to be used as a library. -* `state.mjs`: MIDI processing core -* `basic.mjs`: The bare minimum to get you started on writing visualizers \ No newline at end of file +* `state.mjs`: MIDI processing core. +* `basic.mjs`: The bare minimum to get you started on writing visualizers. Requires `state.mjs`. +* `cambiare.mjs`: Batteries-included full-blown visualizer as a module. \ No newline at end of file