haskore-0.2.0.7: The Haskore Computer Music System

Safe HaskellSafe-Inferred
LanguageHaskell2010

Haskore.Interface.AutoTrack.ChordChart

Documentation

data T Source

Constructors

Cons 

Fields

bars :: [T]
 

Instances

Read T 
Show T 
C T 

hasChord :: T -> (Dur, [Bool]) Source

length :: Integral a => T -> a Source

concat :: T -> T -> T Source