Class ComponentList
- Namespace
- ChartTools.IO.Components
- Assembly
- ChartTools.dll
public record ComponentList : IEquatable<ComponentList>
- Inheritance
-
ComponentList
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
Properties
public bool GlobalEvents { get; set; }
Property Value
- bool
public InstrumentComponentList Instruments { get; set; }
Property Value
- InstrumentComponentList
public bool Metadata { get; set; }
Property Value
- bool
public bool SyncTrack { get; set; }
Property Value
- bool
public bool Vocals { get; set; }
Property Value
- bool
Methods
public static ComponentList Full()
Returns
- ComponentList
public static ComponentList Global()
Returns
- ComponentList