Table of Contents

Enum MelodicMotionType

Namespace
Celeritas.Core.Analysis
Assembly
Celeritas.dll

Classification of melodic motion between two notes.

public enum MelodicMotionType

Fields

Repetition = 0

Same pitch (unison/repetition).

Step = 1

Step motion (1-2 semitones).

SmallLeap = 2

Small leap (3-4 semitones - minor/major 3rd).

MediumLeap = 3

Medium leap (5-7 semitones - 4th/5th).

LargeLeap = 4

Large leap (8+ semitones - 6th or more).