TuningSystem class abstract

A tuning system representation.


See also:

Implementers
Annotations
  • @immutable

Constructors

TuningSystem({required Pitch referencePitch})
Creates a new TuningSystem.
const

Properties

generator Cent
The number of Cent for the generator at Interval.P5 in this TuningSystem.
no setter
hashCode int
The hash code for this object.
no setterinherited
referencePitch Pitch
The reference Pitch from which this TuningSystem is tuned.
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
ratio(Pitch pitch) Ratio
The Ratio from pitch in this TuningSystem.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited