Crate rstmt_neo

Source
Expand description

§rstmt-neo

This project focuses on providing concrete abstractions of musical objects discussed within the neo-Riemannian theory.

Modules§

error
factors
prelude
tonnetz
transform
triad
types

Structs§

Triad
Triad
TriadBuilder

Enums§

ChordFactor
A chord factor describes the position of a note within a triad. The root factor is the first note of the triad, the third factor is the second note of the triad, and the fifth factor is the third note of the triad.
Factors
Auto-generated discriminant enum variants
TriadError

Functions§

interval

Type Aliases§

TriadResult
A type alias for a Result that uses the TriadError type.