Skip to content

Releases: dn-m/NotationModel

Support multiple Swift 5 compilers

15 Aug 16:19
a68f1af
Compare
Choose a tag to compare
Pre-release

Version 0.9.0 removes the usage of CollectionWrapping and RandomAccessCollectionWrapping, which stopped working properly as of Swift 5.0.1 or thereabouts.

Remove PitchSpeller implementation, add Codable conformance, remove linux for now, fix deprecated syntax

30 Jun 01:21
7050b4c
Compare
Choose a tag to compare
0.8.0

[WIP] Remove PitchSpeller implementation, add Codable conformance, re…

Swift 5

12 Jun 16:35
4464ebc
Compare
Choose a tag to compare
Swift 5 Pre-release
Pre-release
Update for Swift 5.0 (#213)

* Update for Swift 5.0

* Update Travis

* Update Structure, Math, and Music versions

Various updates to SpelledPitch ecosystem

03 Nov 19:07
ce6cd41
Compare
Choose a tag to compare
0.6.0

Spell individual pitches (#148)

Refine Pitch.Spelling

21 Oct 22:29
Compare
Choose a tag to compare
Refine Pitch.Spelling Pre-release
Pre-release
0.5.0

Improve runtime of spell function with dictionaries (#126)

Refine Interval description

14 Oct 20:04
467160c
Compare
Choose a tag to compare
Pre-release
0.4.0

Push down IntervalDescriptor to Music, leave only adapters (#121)

Update Music to version 0.3.0

14 Aug 22:22
066bf59
Compare
Choose a tag to compare

Use much better APIs for Duration, Rhythm, Meter, Tempo, and Dynamics.

Add Linux Support

13 Aug 14:24
ffc525c
Compare
Choose a tag to compare
Merge pull request #87 from dn-m/linux

Add Linux support

Introducing Beaming Model

24 Jul 21:05
65ab20c
Compare
Choose a tag to compare
Pre-release
Merge pull request #78 from dn-m/simplify-vertical-init

[QoI] Simplify Beaming.Point.Vertical initialization