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(VocalsPitch, string?)
public VocalsNote(VocalsPitch pitch, string? text = null)
Parameters
pitch
VocalsPitchtext
string
VocalsNote(string?)
public VocalsNote(string? text = null)
Parameters
text
string
Properties
DisplayedText
Text formatted to its in-game appearance
public string DisplayedText { get; }
Property Value
Remarks
Some special characters may remain. See Vocals format documentation for more information.
IsWordEnd
true if is the last syllable or the only syllable of its word
public bool IsWordEnd { get; set; }
Property Value
Length
Tick number on the track.
public uint Length { get; set; }
Property Value
Remarks
A tick represents a subdivision of a beat. The number of subdivisions per beat is stored in Resolution.
Pitch
public VocalsPitch Pitch { get; set; }
Property Value
Position
Tick number on the track.
public uint Position { get; set; }
Property Value
Remarks
A tick represents a subdivision of a beat. The number of subdivisions per beat is stored in Resolution.
RawText
public string RawText { get; set; }