music-pitch-1.7.2: Musical pitch representation.

Safe HaskellNone
LanguageHaskell2010

Music.Pitch.Common.Harmony

Synopsis

Documentation

isDissonance :: Interval -> Bool Source

Whether the given interval is a (harmonic) dissonance.

isConsonance :: Interval -> Bool Source

Whether the given interval is a (harmonic) consonance.

isPerfectConsonance :: Interval -> Bool Source

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

isImperfectConsonance :: Interval -> Bool Source

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

isMelodicDissonance :: Interval -> Bool Source

Whether the given interval is a melodic dissonance.

isMelodicConsonance :: Interval -> Bool Source

Whether an interval is melodic consonance.