CookieComputing / muscala

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

Add scales #13

Closed CookieComputing closed 3 years ago

CookieComputing commented 3 years ago

Some functionality in the Key class may be more suited towards being in some sort of Scale class instead. For instance, we have triads(), which are often reserved for scales as opposed to keys. We should create scales and migrate this functionality