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

Portabilityportable
Stabilityexperimental
Maintainerhans@hanshoglund.se
Safe HaskellNone

Music.Pitch.Absolute

Description

Absolute pitch representation.

The canonical pitch representation is frequency in Hertz (Hz). For conversion, see HasFrequency.

Synopsis

Documentation

data Cents Source

Number of pure octaves.

Cents are a logarithmic representation of frequency such that

 f * (2/1) = frequency (cents f + 1200)    

data Fifths Source

Number of pure fifths.

Fifths are a logarithmic representation of frequency.

 f * (3/2) = frequency (fifths f + 1)