ChordNoteSet class
ChordNoteSet contains Note data for an Instrument's finger positioning for a Chord. A Chord and Instrument combination without chart data will be rendered by ChordChartDisplay with a user friendly message.
Constructors
- ChordNoteSet(Instrument instrument, Chord chord)
-
factory
Properties
- chord → Chord
-
final
- fretOffset → int?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- instrument → Instrument
-
final
- noData → bool
-
final
- notes → Note?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
availableChordCharts(
Instrument instrument) → List< Chord>