Class VocalsNote
- Namespace
- ChartTools.Lyrics
- Assembly
- ChartTools.dll
public class VocalsNote : INote, ILongTrackObject, ITrackObject, IReadOnlyTrackObject, ILongObject, IReadOnlyLongObject
- Inheritance
-
VocalsNote
- Implements
- Inherited Members
- Extension Methods
Constructors
VocalsNote(uint, VocalsPitch, string?)
public VocalsNote(uint position, VocalsPitch pitch = VocalsPitch.None, string? text = null)
Parameters
positionuintpitchVocalsPitchtextstring
Properties
DisplayedText
public string DisplayedText { get; }
Property Value
Index
public byte Index { get; set; }
Property Value
IsWordEnd
public bool IsWordEnd { get; set; }
Property Value
Length
public uint Length { get; set; }
Property Value
Pitch
public SafeEnum<VocalsPitch> Pitch { get; set; }
Property Value
Position
public uint Position { get; set; }
Property Value
RawText
public string RawText { get; set; }