Enum MelodicMotionType
Classification of melodic motion between two notes.
public enum MelodicMotionType
Fields
Repetition = 0Same pitch (unison/repetition).
Step = 1Step motion (1-2 semitones).
SmallLeap = 2Small leap (3-4 semitones - minor/major 3rd).
MediumLeap = 3Medium leap (5-7 semitones - 4th/5th).
LargeLeap = 4Large leap (8+ semitones - 6th or more).