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 creating notes given location on staff #92

Open drumnkyle opened 8 years ago

drumnkyle commented 8 years ago

Dependent on #91. Given the clef information, you should be able to take a location (line/space) on the staff and convert it into a Tone. This should be a new initializer on Tone. Also, you should be able to get the (noteLetter, accidental, octave) or staff location for any Tone.

I think you will need to pass the Clef into the Tone initializer in order for this to work.

drumnkyle commented 8 years ago

Dependent on #95