You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I love your project and try to understand how things work (just for fun).
I think the Interval.prototype.value() function can be a lot simplified. An octave has 7 key steps, a fifths has 4. So why not simplify the function like this:
Hey, I love your project and try to understand how things work (just for fun).
I think the Interval.prototype.value() function can be a lot simplified. An octave has 7 key steps, a fifths has 4. So why not simplify the function like this:
I tried it with a small test and it seems to work:
I hope I have not overlooked something...
The text was updated successfully, but these errors were encountered: