Closed CookieComputing closed 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
Key
Scale
triads()
Some functionality in the
Key
class may be more suited towards being in some sort ofScale
class instead. For instance, we havetriads()
, which are often reserved for scales as opposed to keys. We should create scales and migrate this functionality