music-pitch-1.6.2: Abstract representation of musical pitch.

Safe HaskellNone

Music.Pitch.Common.Harmony

Synopsis

Documentation

isDissonance :: Interval -> BoolSource

Whether the given interval is a (harmonic) dissonance.

isConsonance :: Interval -> BoolSource

Whether the given interval is a (harmonic) consonance.

isPerfectConsonance :: Interval -> BoolSource

Whether the given interval is a perfect (harmonic) consonance.

isImperfectConsonance :: Interval -> BoolSource

Whether the given interval is an imperfect (harmonic) consonance.

isMelodicDissonance :: Interval -> BoolSource

Whether the given interval is a melodic dissonance.

isMelodicConsonance :: Interval -> BoolSource

Whether an interval is melodic consonance.