CookieComputing / muscala-archived

Music Theory for Scala
MIT License
0 stars 0 forks source link

Generating a note with a higher octave leads to incorrect values #38

Open CookieComputing opened 4 years ago

CookieComputing commented 4 years ago

When I create an arbitrary Note and try to create another note using a higher octave and the same string, I do not actually get the expected Note value back.

I can only assume that this is the case because of the current apply() logic, and it might be worth investigating in the future.