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
In the process of fleshing out the TuningSystem here, it revealed a lot of assumptions made about Pitch representation in the dn-m/Music/Pitch module.
TuningSystem here is not necessarily coupled to graphical representation. TuningSystem would need to be decoupled from PitchSpellingModifier, but that would just require injecting another protocol in-between.
The text was updated successfully, but these errors were encountered:
In the process of fleshing out the
TuningSystem
here, it revealed a lot of assumptions made aboutPitch
representation in thedn-m/Music/Pitch
module.TuningSystem
here is not necessarily coupled to graphical representation.TuningSystem
would need to be decoupled fromPitchSpellingModifier
, but that would just require injecting another protocol in-between.The text was updated successfully, but these errors were encountered: