haskore-0.2.0.5: The Haskore Computer Music System

Safe HaskellSafe-Inferred

Haskore.Interface.AutoTrack.ChartBar

Documentation

data T Source

Constructors

Cons 

Fields

dur :: Dur
 
chords :: [Maybe T]
 

Instances

Read T 
Show T 
C T 

readChordSymbol :: Dur -> Maybe T -> ReadS TSource

length :: Integral a => T -> aSource