music-notation-swift / music-notation-core

Music Notation Library in Swift (Deprecated. See `music-notation` instead)
MIT License
115 stars 16 forks source link

Support Navigation markers #52

Open drumnkyle opened 8 years ago

drumnkyle commented 8 years ago

This means things like D.S. Al Coda. This will most likely be metadata information associated with a measure. As part of this implementation, we will probably want to create a design doc. I think that we should probably create a Player struct that just iterates over all the measures in the order they should be played, taking into account things like repeats and navigation markers.