Structs§
- Note
Detection Result - 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.