JustIntonation class sealed

A representation of a just tuning system.

See Just intonation.


See also:

Inheritance
Implementers
Annotations
  • @immutable

Constructors

JustIntonation({Pitch referencePitch = const Pitch(Note.c, octave: 4)})
Creates a new JustIntonation from referencePitch.
const

Properties

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

Operators

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

Constants

ascendingFifthRatio → const Ratio
The Ratio of an ascending Interval.P5.
ascendingFourthRatio → const Ratio
The Ratio of an ascending Interval.P4.
syntonicComma → const Ratio
See Syntonic comma (a.k.a. Didymean comma).