Struct chords::chord::Chord [] [src]

pub struct Chord {
    pub name: String,
    pub notes: Vec<String>,
}

Fields

Methods

impl Chord
[src]

Constructor from given root note and interval vec

Trait Implementations

impl Display for Chord
[src]

Formats the value using the given formatter. Read more