music-notation-swift / music-notation-core

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

Investigate better indexing into measures in Staff #119

Open drumnkyle opened 7 years ago

drumnkyle commented 7 years ago

There is no good way, for instance, to know what the last measureIndex is in a Staff. Look into whether we should have some type of APIs to get information about the valid indexes of measures. Since there is collection conformance that gives this information for NotesHolders, we may want some helper methods for Measures as well.

I think it will become more clear if this is needed when we use it.