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
The last pitch and duration entered by the user should not be stored globally. Especially when entering two-voice music, it is useful to keep track of each individual voice's level, so if I entered a middle C in voice 2 and a middle G in voice 1, the next pitch I should be proposed in voice 1 should be "G", whereas in voice two it should be "C", and they shouldn't mix. The same logic should be applied to durations. It might be able to extend this approach to parts and sections.
The text was updated successfully, but these errors were encountered:
The last pitch and duration entered by the user should not be stored globally. Especially when entering two-voice music, it is useful to keep track of each individual voice's level, so if I entered a middle C in voice 2 and a middle G in voice 1, the next pitch I should be proposed in voice 1 should be "G", whereas in voice two it should be "C", and they shouldn't mix. The same logic should be applied to durations. It might be able to extend this approach to parts and sections.
The text was updated successfully, but these errors were encountered: