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

Assure (statically?) that score and track onsets are always sorted. #202

Closed hanshoglund closed 9 years ago

hanshoglund commented 10 years ago

Related: The Iso unsafeNotes etc are not safe, as ordering may change. The semantics should probably be Score = Map Span [a] rather than Score = [(Span, a)].

hanshoglund commented 9 years ago

Replaced by #321