Class InstrumentSet
- Namespace
- ChartTools
- Assembly
- ChartTools.dll
Set of all instruments
public class InstrumentSet : IEnumerable<Instrument>, IEnumerable
- Inheritance
-
InstrumentSet
- Implements
- Inherited Members
- Extension Methods
Properties
Drums
Set of drums tracks
public Drums? Drums { get; set; }
Property Value
GHLBass
Set of Guitar Hero Live bass tracks
public GHLInstrument? GHLBass { get; set; }
Property Value
GHLCoopGuitar
public GHLInstrument? GHLCoopGuitar { get; set; }
Property Value
GHLLeadGuitar
Set of Guitar Hero Live guitar tracks
public GHLInstrument? GHLLeadGuitar { get; set; }
Property Value
GHLRhythmGuitar
public GHLInstrument? GHLRhythmGuitar { get; set; }
Property Value
StandardBass
Set of bass tracks
public StandardInstrument? StandardBass { get; set; }
Property Value
StandardCoopGuitar
Set of coop guitar tracks
public StandardInstrument? StandardCoopGuitar { get; set; }
Property Value
StandardKeys
Set of keyboard tracks
public StandardInstrument? StandardKeys { get; set; }
Property Value
StandardLeadGuitar
Set of lead guitar tracks
public StandardInstrument? StandardLeadGuitar { get; set; }
Property Value
StandardRhythmGuitar
Set of rhythm guitar tracks
public StandardInstrument? StandardRhythmGuitar { get; set; }
Property Value
Methods
Existing()
public IEnumerable<Instrument> Existing()
Returns
Get(GHLInstrumentIdentity)
Gets property value for a GHLInstrument from a GHLInstrumentIdentity enum value.
public GHLInstrument? Get(GHLInstrumentIdentity instrument)
Parameters
instrument
GHLInstrumentIdentityInstrument to get
Returns
- GHLInstrument
Instance of GHLInstrument from the Song.
Exceptions
Get(InstrumentIdentity)
Gets property value for an Instrument from a InstrumentIdentity enum value.
public Instrument? Get(InstrumentIdentity instrument)
Parameters
instrument
InstrumentIdentityInstrument to get
Returns
- Instrument
Instance of Instrument from the Song
Get(StandardInstrumentIdentity)
Gets property value for a StandardInstrument from a StandardInstrumentIdentity enum value.
public StandardInstrument? Get(StandardInstrumentIdentity instrument)
Parameters
instrument
StandardInstrumentIdentityInstrument to get
Returns
- StandardInstrument
Instance of StandardInstrument from the Song.
Exceptions
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<Instrument> GetEnumerator()
Returns
- IEnumerator<Instrument>
An enumerator that can be used to iterate through the collection.
Set(Instrument)
public void Set(Instrument instrument)
Parameters
instrument
Instrument