MajorInterval

Type Alias MajorInterval 

Source
pub type MajorInterval<T = isize> = IntervalBase<Major, T>;

Aliased Type§

pub struct MajorInterval<T = isize> {
    pub quality: Major,
    pub steps: T,
}

Fields§

§quality: Major

the quality of the interval

§steps: T

the total number of steps, or semitones, in the interval