An open API service indexing awesome lists of open source software.

https://github.com/juanbelieni/ochord

A terminal-based interface to manipulate chords and notes.
https://github.com/juanbelieni/ochord

chords cli music ocaml parser

Last synced: about 1 year ago
JSON representation

A terminal-based interface to manipulate chords and notes.

Awesome Lists containing this project

README

          

# OChord

A terminal-based interface to parse chords.

## Features

- Parses standard chord notations (e.g., Cmaj7, Am7b5, G7/B).
- Identifies the root note, quality, extensions, and slash bass (if present).
- Provides a structured representation of the parsed chord.

## References

- https://en.wikipedia.org/wiki/Chord_notation
- https://en.wikipedia.org/wiki/Jazz_chord

## License

This project is distributed under the [MIT License](LICENSE.md).