zmidi-score-0.3.0.0: Representing MIDI a simple score.

Copyright(c) 2012--2014, Utrecht University
LicenseLGPL-3
MaintainerW. Bas de Haas <w.b.dehaas@uu.nl>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell98

ZMidi.Score.Show

Description

Summary: functions for representing a MidiScore as text.

Synopsis

Documentation

showMidiScore :: MidiScore -> String Source

Show a MidiScore in a readable way

showVoices :: MidiScore -> String Source

Shows the voices in a MidiScore in a readable way, but this function only works for monophonic channels. TODO: fix