Copyright | (c) 2012--2014, Utrecht University |
---|---|
License | LGPL-3 |
Maintainer | W. Bas de Haas <w.b.dehaas@uu.nl> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell98 |
Summary: functions for representing a MidiScore
as text.
- showMidiScore :: MidiScore -> String
- showVoices :: MidiScore -> String
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