Skip to content

Fixed bug in getPitch

Compare
Choose a tag to compare
@wollewald wollewald released this 10 Apr 13:59
· 103 commits to main since this release
b73a713

getPitch() provided nder certain conditions nan (not a number). The reason was a square root operation within the function where negative values could go in. Change it to absolute values.

Moreover I still found typos in the comments of the example sketch.