Euterpea-1.1.1: Library for computer music research and education

Safe HaskellSafe-Inferred
LanguageHaskell98

Euterpea.Music.Note.Performance

Documentation

data Event Source

Constructors

Event 

Instances

data Context a Source

Constructors

Context 

Instances

Show a => Show (Context a) 

data Player a Source

Instances

Show a => Show (Player a) 

type NoteFun a = Context a -> Dur -> a -> Performance Source

type NotateFun a = () Source

defPlayNote :: (Context (Pitch, [a]) -> a -> Event -> Event) -> NoteFun (Pitch, [a]) Source