haskore-0.2: The Haskore Computer Music System

Haskore.Interface.AutoTrack.EventChart

Documentation

data T e Source

Constructors

Cons 

Fields

events :: [(Dur, e)]
 

Instances

Functor T 
Show e => Show (T e) 
C a => C (T a)