dn-m / MusicXML

Implementation of the musicXML specification in Swift
MIT License
74 stars 20 forks source link

Improve Note initializers #98

Open jsbean opened 5 years ago

jsbean commented 5 years ago

Note has a complex structure. In order to create one, you need to dive down a couple enums deep.

Let's provide convenience initializers for each of these different Kinds. Though it expands combinatorially, it may be nice to provide a convenience initializer for each PitchUnpitchedOrRest variant of each Kind.