Class PhraseMarker
- Namespace
- ChartTools.Lyrics
- Assembly
- ChartTools.dll
Marker defining the position and length of a vocals phrase.
public class PhraseMarker : TrackObjectBase, ILongTrackObject, ITrackObject, IReadOnlyTrackObject, ILongObject, IReadOnlyLongObject
- Inheritance
-
PhraseMarker
- Implements
- Inherited Members
- Extension Methods
Constructors
PhraseMarker(uint)
Marker defining the position and length of a vocals phrase.
public PhraseMarker(uint position)
Parameters
position
uint
Properties
Length
Manual length of the phrase defining a phrase end marker where applicable.
public uint Length { get; set; }
Property Value
Remarks
A value of 0 defines the length to be up to the next phrase start.