music-score-1.9.0: Musical score and part representation.

Copyright(c) Hans Hoglund 2012-2014
LicenseBSD-style
Maintainerhans@hanshoglund.se
Stabilityexperimental
Portabilitynon-portable (TF,GNTD)
Safe HaskellNone
LanguageHaskell2010

Music.Score.Export.NoteList

Contents

Description

A simple backend that supports rendering scores to lists of pitch and velocity.

This exists as a sanity check for the Backend classes, and as an example.

Synopsis

Note list backend

toNoteList :: (HasBackendNote NoteList (BackendScoreEvent NoteList s), HasBackendScore NoteList s) => s -> [(Int, Int)] Source

Export music as a note list.