CookieComputing / muscala

A music theory library implemented in Scala
MIT License
0 stars 0 forks source link

Write property tests to verify key signatures using the musictheory site key signature calculation method #54

Closed CookieComputing closed 3 years ago

CookieComputing commented 3 years ago

I recently found a really cool mathematical method on generating the number of accidentals in a key signature, and it happens to be a great way to verify various properties of keys in this project! We should add another property test class that demonstrates this (and give credit where it's due)