This is a playground for ChordParser, a library for parsing musical chords. It is written in the Rust language and ported to the web via WebAssembly. Some of its main features are:
- - Parsing of nearly any chord.
- - Normalization of string inputs.
- - JSON output with enharmonically correct notes, intervals, and semitone values.
- - Transposition with consistent enharmonic representation.
- - Detailed error messages, including the position of any error when possible.
For a full list of features, see the official Docs.