AlgoRhythm-0.1.0.0: Algorithmic music composition

Safe HaskellSafe
LanguageHaskell2010

Music.Utilities

Synopsis

Documentation

class Abstract rep a inst where Source #

Represents abstractions of certain music elements. e.g. Abstract AbstractChord Pitch Chord

Minimal complete definition

instantiate

Methods

instantiate :: a -> rep -> inst Source #

Instances

line :: [Music a] -> Music a Source #

chord :: [Music a] -> Music a Source #