Struct MelodicInterval
A single melodic interval with context.
public readonly record struct MelodicInterval : IEquatable<MelodicInterval>
- Implements
- Inherited Members
Constructors
MelodicInterval(int, MelodicDirection, MelodicMotionType)
A single melodic interval with context.
public MelodicInterval(int Semitones, MelodicDirection Direction, MelodicMotionType Motion)
Parameters
SemitonesintDirectionMelodicDirectionMotionMelodicMotionType
Properties
Direction
public MelodicDirection Direction { get; init; }
Property Value
Motion
public MelodicMotionType Motion { get; init; }
Property Value
Semitones
public int Semitones { get; init; }