Table of Contents

Class StandardVocalsTrack

Namespace
ChartTools.Lyrics.Tracks
Assembly
ChartTools.dll
public class StandardVocalsTrack : VocalsTrack
Inheritance
StandardVocalsTrack
Inherited Members
Extension Methods

Constructors

StandardVocalsTrack(IList<PhraseMarker>?, IList<VocalsNote>?)

public StandardVocalsTrack(IList<PhraseMarker>? phrases = null, IList<VocalsNote>? notes = null)

Parameters

phrases IList<PhraseMarker>
notes IList<VocalsNote>

Properties

Notes

public IList<VocalsNote> Notes { get; }

Property Value

IList<VocalsNote>

Methods

ToGlobalEvents()

public IEnumerable<GlobalEvent> ToGlobalEvents()

Returns

IEnumerable<GlobalEvent>