Table of Contents

Enum MotionType

Namespace
Celeritas.Core.Analysis
Assembly
Celeritas.dll

Types of melodic motion between two voices.

public enum MotionType

Fields

Parallel = 0

Voices move in the same direction by the same interval.

Similar = 1

Voices move in the same direction by different intervals.

Contrary = 2

Voices move in opposite directions.

Oblique = 3

One voice stays, the other moves.

Static = 4

Both voices stay on the same pitch.