Table of Contents

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

StandardInstrumentIdentity

MidiOrigin

Format of lead guitar and bass. Not applicable to other instruments.

public MidiInstrumentOrigin MidiOrigin { get; set; }

Property Value

MidiInstrumentOrigin

Methods

GetIdentity()

protected override InstrumentIdentity GetIdentity()

Returns

InstrumentIdentity