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
I initially thought this was a silly case, but it was so easy to implement so I did so. But, thanks to that it exposed a bug in our Interval.betweenNotes function, so thank you for calling this to my attention. I'll probably also add diminished and augmented octaves now.
Description
shiftUp only works with intervals but octave is not part of intervals
Proposed Solution
include octave in intervals
Describe Alternatives You've Considered
create additional function to shiftUpBySemitones(12)
Additional Context
No response
The text was updated successfully, but these errors were encountered: