getNearestDistance property

double getNearestDistance

Returns distance of the nearest target note

Smallest distance between the current frequency and one (the nearest) that is in the tuning target

Implementation

double get getNearestDistance => _nearestDistance;