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.
- Host: GitHub
- URL: https://github.com/juanbelieni/ochord
- Owner: juanbelieni
- License: mit
- Created: 2023-10-20T15:30:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T13:18:18.000Z (over 2 years ago)
- Last Synced: 2023-12-19T16:05:22.335Z (over 2 years ago)
- Topics: chords, cli, music, ocaml, parser
- Language: OCaml
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).