music-suite / music-score

This repo has been merged into: https://github.com/music-suite/music-suite
http://music-suite.github.io
BSD 3-Clause "New" or "Revised" License
52 stars 10 forks source link

Remove legacy module Convert #209

Closed hanshoglund closed 9 years ago

hanshoglund commented 10 years ago

Functions to replace

TODO

reactiveToVoice' :: Span -> Reactive a -> Voice a
scoreToVoice :: Transformable a => Score a -> Voice (Maybe a)

DONE

voiceToScore' :: Voice (Maybe a) -> Score a
voiceToScore :: Voice a -> Score a
hanshoglund commented 9 years ago

Denoted to internals, will be removed eventually, close.