Enum MotionType
Types of melodic motion between two voices.
public enum MotionType
Fields
Parallel = 0Voices move in the same direction by the same interval.
Similar = 1Voices move in the same direction by different intervals.
Contrary = 2Voices move in opposite directions.
Oblique = 3One voice stays, the other moves.
Static = 4Both voices stay on the same pitch.