You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Kind
s. Though it expands combinatorially, it may be nice to provide a convenience initializer for eachPitchUnpitchedOrRest
variant of eachKind
.The text was updated successfully, but these errors were encountered: