Mode class sealed

A type of musical scale coupled with a set of characteristic melodic and harmonic behaviors.

See Mode (music).


See also:

Implemented types
Available Extensions
Annotations
  • @immutable

Constructors

Mode()

Properties

brightness int
The Dorian Brightness Quotient is a number we assign to a heptatonic scale that tells us how bright or dark the scale is relative to ModalMode.dorian.
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale ScalePattern
The ScalePattern related to this Mode.
no setter

Methods

compareTo(Mode other) int
Compares this object to another object.
inherited
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

compare(Mode a, Mode b) int
Comparator for Modes.
override