Struct HarmonicRhythmItem
- Namespace
- Celeritas.Core.Accompaniment
- Assembly
- Celeritas.dll
A chord (in roman-numeral form) with its duration.
public readonly record struct HarmonicRhythmItem : IEquatable<HarmonicRhythmItem>
- Implements
- Inherited Members
Constructors
HarmonicRhythmItem(RomanNumeralChord, Rational)
A chord (in roman-numeral form) with its duration.
public HarmonicRhythmItem(RomanNumeralChord Chord, Rational Duration)
Parameters
ChordRomanNumeralChordDurationRational
Properties
Chord
public RomanNumeralChord Chord { get; init; }
Property Value
Duration
public Rational Duration { get; init; }