getIsOnPitch property

bool getIsOnPitch

Returns whether the current note/frequency is on pitch

Considered on pitch when current frequency/note is in the tuning target and within a given error (local tolerance) of the closest frequency

Implementation

bool get getIsOnPitch => _isOnPitch;