haskore-vintage-0.3: The February 2000 version of Haskore.

Safe HaskellSafe
LanguageHaskell98

Haskore.Performance

Documentation

data Event Source

Constructors

Event 

Fields

eTime :: Time
 
eInst :: IName
 
ePitch :: AbsPitch
 
eDur :: DurT
 
eVol :: Volume
 
pFields :: [Float]
 

data Context Source

Constructors

Context 

Fields

cTime :: Time
 
cPlayer :: Player
 
cInst :: IName
 
cDur :: DurT
 
cKey :: Key
 
cVol :: Volume
 

Instances

type NotateFun = () Source