PitchModel class

Implemented types

Constructors

PitchModel()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

calculateYulmyeong(double standardFrequency) Map<Yulmyeong, double>
getFrequencyByYulmyeong(Yulmyeong yulmyeong, ScaleStatus scaleStatus) double
getFrequencyByYulmyeongNote(YulmyeongNote outPutPitch) double
override
getFrequencyRangeByOutputPitch(YulmyeongNote outPutPitch) List
getFrequencyRangeByYulmyeong(Yulmyeong yulmyeong, ScaleStatus scaleStatus) List
getModerateAverageFrequencyByListOfPitches(List<double> pitches) double
override
getYulmyeongByFrequency(double userFrequency) YulmyeongNote
override
isCorrectPitch(double userFrequency, YulmyeongNote detectPitch) bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
settingAdjust(double userInputFrequency) → void
override
toString() String
A string representation of this object.
inherited

Operators

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