Releases: dn-m/Music
Releases · dn-m/Music
Add Chord.init(lowest:descriptor)
0.17.1 Add Chord.init(lowest:descriptor) (#126)
Add ChordDescriptor.inversion(_:)
0.17.0 Add ChordDescriptor.inversion(_:) (#125)
Support Swift 5
0.16.0 Support multiple Swift 5 versions (#123)
Add Codable conformance, remove linux for now
0.15.0 Update Swift version
Swift 5
Improve Meter addition performance
0.13.1 Implement fast path for Meter.Kind addition when both elements are .s…
Fix Meter.Kind recursion bug
0.13.0 [Meter] Fix bug where numerator / denominator of sum of meters would …
Loosen Structure dependency constraint
0.12.0 Loosen up SPM constraint, resolve ambiguity (#117)
Improve Pitch APIs
- Add
Pitch.init(_: Pitch.Class)
- Make
NoteNumber
,Pitch
, andPitch.Class
CustomStringConvertible
Flesh out IntervalDescriptor ecosystem
0.10.0 Make IntervalDescriptor type CustomStringConvertible (#113)