Table of Contents

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

position uint
pitch VocalsPitch
text string

Properties

DisplayedText

public string DisplayedText { get; }

Property Value

string

Index

public byte Index { get; set; }

Property Value

byte

IsWordEnd

public bool IsWordEnd { get; set; }

Property Value

bool

Length

public uint Length { get; set; }

Property Value

uint

Pitch

public SafeEnum<VocalsPitch> Pitch { get; set; }

Property Value

SafeEnum<VocalsPitch>

Position

public uint Position { get; set; }

Property Value

uint

RawText

public string RawText { get; set; }

Property Value

string