Skip to content

Commit

Permalink
README updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Sep 18, 2023
1 parent 406a558 commit f36bdbb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 2 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
* [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)
7 changes: 4 additions & 3 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
* `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.

0 comments on commit f36bdbb

Please sign in to comment.