Expand description
§rstmt-neo
This project focuses on providing concrete abstractions of musical objects discussed within the neo-Riemannian theory.
Modules§
Structs§
- Triad
Enums§
- A chord factor describes the position of a note within a triad. The
root
factor is the first note of the triad, thethird
factor is the second note of the triad, and thefifth
factor is the third note of the triad. - Auto-generated discriminant enum variants
Functions§
Type Aliases§
- A type alias for a
Result
that uses theTriadError
type.