music-pitch-literal-1.8: Overloaded pitch literals.

Copyright(c) Hans Hoglund 2012
LicenseBSD-style
Maintainerhans@hanshoglund.se
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Music.Pitch.Literal.Pitch

Contents

Description

Provides overloaded pitch literals.

Synopsis

IsPitch class

newtype PitchL Source

Constructors

PitchL 

Fields

getPitchL :: (Int, Maybe Double, Int)
 

Literal values

Two octaves up

cs'' :: IsPitch a => a Source

ds'' :: IsPitch a => a Source

es'' :: IsPitch a => a Source

fs'' :: IsPitch a => a Source

gs'' :: IsPitch a => a Source

as'' :: IsPitch a => a Source

bs'' :: IsPitch a => a Source

c'' :: IsPitch a => a Source

d'' :: IsPitch a => a Source

e'' :: IsPitch a => a Source

f'' :: IsPitch a => a Source

g'' :: IsPitch a => a Source

a'' :: IsPitch a => a Source

b'' :: IsPitch a => a Source

cb'' :: IsPitch a => a Source

db'' :: IsPitch a => a Source

eb'' :: IsPitch a => a Source

fb'' :: IsPitch a => a Source

gb'' :: IsPitch a => a Source

ab'' :: IsPitch a => a Source

bb'' :: IsPitch a => a Source

One octave up

cs' :: IsPitch a => a Source

ds' :: IsPitch a => a Source

es' :: IsPitch a => a Source

fs' :: IsPitch a => a Source

gs' :: IsPitch a => a Source

as' :: IsPitch a => a Source

bs' :: IsPitch a => a Source

c' :: IsPitch a => a Source

d' :: IsPitch a => a Source

e' :: IsPitch a => a Source

f' :: IsPitch a => a Source

g' :: IsPitch a => a Source

a' :: IsPitch a => a Source

b' :: IsPitch a => a Source

cb' :: IsPitch a => a Source

db' :: IsPitch a => a Source

eb' :: IsPitch a => a Source

fb' :: IsPitch a => a Source

gb' :: IsPitch a => a Source

ab' :: IsPitch a => a Source

bb' :: IsPitch a => a Source

Standard octave

cs :: IsPitch a => a Source

ds :: IsPitch a => a Source

es :: IsPitch a => a Source

fs :: IsPitch a => a Source

gs :: IsPitch a => a Source

as :: IsPitch a => a Source

bs :: IsPitch a => a Source

c :: IsPitch a => a Source

d :: IsPitch a => a Source

e :: IsPitch a => a Source

f :: IsPitch a => a Source

g :: IsPitch a => a Source

a :: IsPitch a => a Source

b :: IsPitch a => a Source

cb :: IsPitch a => a Source

db :: IsPitch a => a Source

eb :: IsPitch a => a Source

fb :: IsPitch a => a Source

gb :: IsPitch a => a Source

ab :: IsPitch a => a Source

bb :: IsPitch a => a Source

One octave down

cs_ :: IsPitch a => a Source

ds_ :: IsPitch a => a Source

es_ :: IsPitch a => a Source

fs_ :: IsPitch a => a Source

gs_ :: IsPitch a => a Source

as_ :: IsPitch a => a Source

bs_ :: IsPitch a => a Source

c_ :: IsPitch a => a Source

d_ :: IsPitch a => a Source

e_ :: IsPitch a => a Source

f_ :: IsPitch a => a Source

g_ :: IsPitch a => a Source

a_ :: IsPitch a => a Source

b_ :: IsPitch a => a Source

cb_ :: IsPitch a => a Source

db_ :: IsPitch a => a Source

eb_ :: IsPitch a => a Source

fb_ :: IsPitch a => a Source

gb_ :: IsPitch a => a Source

ab_ :: IsPitch a => a Source

bb_ :: IsPitch a => a Source

Two octaves down

cs__ :: IsPitch a => a Source

ds__ :: IsPitch a => a Source

es__ :: IsPitch a => a Source

fs__ :: IsPitch a => a Source

gs__ :: IsPitch a => a Source

as__ :: IsPitch a => a Source

bs__ :: IsPitch a => a Source

c__ :: IsPitch a => a Source

d__ :: IsPitch a => a Source

e__ :: IsPitch a => a Source

f__ :: IsPitch a => a Source

g__ :: IsPitch a => a Source

a__ :: IsPitch a => a Source

b__ :: IsPitch a => a Source

cb__ :: IsPitch a => a Source

db__ :: IsPitch a => a Source

eb__ :: IsPitch a => a Source

fb__ :: IsPitch a => a Source

gb__ :: IsPitch a => a Source

ab__ :: IsPitch a => a Source

bb__ :: IsPitch a => a Source