Packages

A collection of tools for music theory — pronounced “harmonics”

Current section

Files

Jump to
harmonex History.md
Raw

History.md

# Version history for the _Harmonex_ project
## <a name="v0.6.1"></a>v0.6.1, Mon 7/24/2017
* Fix a defect in Pitch.compare/2, .enharmonics/1, and .semitones/2
## <a name="v0.6.0"></a>v0.6.0, Thu 7/20/2017
* Enhance _Pitch_ to let it represent both pitch classes and pitches by adding a
new field _octave_, adding new functions _.octave/1_, _.class?_, and
_.class/1_, and reworking all functions to understand pitch classes and pitches
* Alter _Interval_ to disallow negative sizes
* Implement _Pitch.compare/2_ and _Interval.compare/2_
* Implement _Interval.simple?/1_ and _.simplify/1_
* Enhance documentation by introducing additional types
## <a name="v0.5.0"></a>v0.5.0, Sat 6/17/2017
* Implement _Interval.semitones/1_ and _.simplify/1_
* Rename _Pitch.alteration/1_ to _.accidental/1_
* Rename *Pitch.bare_name/1* to *.natural_name/1*
* Rename *Pitch.full_name/1* to _.name/1_
* Enhance documentation by introducing more granular types and better documenting
existing ones
## <a name="v0.4.0"></a>v0.4.0, Mon 5/22/2017
* Extract _Interval_ and reimplement *Pitch.interval_diatonic/2* as
*Interval.between_pitches/2* and _Pitch.interval/2_
## <a name="v0.3.0"></a>v0.3.0, Sun 5/14/2017
* Implement error handling in all _Pitch_ functions
## <a name="v0.2.0"></a>v0.2.0, Tue 5/09/2017
* Add _Pitch.enharmonics/1_ and add `:doubly_diminished` and `:doubly_augmented`
to the _Pitch.quality_ type
## <a name="v0.1.0"></a>v0.1.0, Tue 5/09/2017
(First release)