Class StandardInstrument
- Namespace
- ChartTools
- Assembly
- ChartTools.dll
public record StandardInstrument : Instrument<StandardChord>, IEmptyVerifiable, IEquatable<Instrument>, IEquatable<Instrument<StandardChord>>, IEquatable<StandardInstrument>
- Inheritance
-
StandardInstrument
- Implements
- Inherited Members
- Extension Methods
Constructors
StandardInstrument()
public StandardInstrument()
StandardInstrument(StandardInstrumentIdentity)
public StandardInstrument(StandardInstrumentIdentity identity)
Parameters
identity
StandardInstrumentIdentity
Properties
InstrumentIdentity
public StandardInstrumentIdentity InstrumentIdentity { get; init; }
Property Value
MidiOrigin
Format of lead guitar and bass. Not applicable to other instruments.
public MidiInstrumentOrigin MidiOrigin { get; set; }
Property Value
Methods
GetIdentity()
protected override InstrumentIdentity GetIdentity()