music-dynamics-1.6: Abstract representation of musical dynamics.

Portabilityportable
Stabilityexperimental
Maintainerhans@hanshoglund.se
Safe HaskellNone

Music.Dynamics.Absolute

Description

Absolute representation of loudness, or dynamics.

The canonical loudness representation is Amplitude. For conversion, see HasAmplitude.

Synopsis

Documentation

data Decibel Source

A logarithmic representation of amplitude such that

 x * 10 = amplitude (decibel x + 10)

data Bel Source

A logarithmic representation of amplitude such that

 x * 10 = amplitude (bel x + 1)