Module note

Module note 

Source

Structs§

NoteDetectionResult
The resut of a pitch detection expressed as a note. You will rarely need to instantiate this struct directly. Most commonly this will be returned from detect_note.

Functions§

detect_note
Returns the predominant note of the given signal. It will detect within a conventional range of frequencies (20Hz to nyquist). If you want to detect a note in a specific range, use the detect_note_in_range method
detect_note_in_range
Returns the predominant note of the given signal within the specified range.