music-pitch-literal-1.9.0: 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

class IsPitch a where Source

Methods

fromPitch :: PitchL -> a Source

Instances

newtype PitchL Source

Constructors

PitchL 

Fields

getPitchL :: (Int, Maybe Double, Int)
 

Literal values

Four octaves up

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

Three 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

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

Three 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

Four octaves down

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