Add FFT that samples input audio and outputs the major frequency. Additionally this should be able to take that major frequency and adjust it to the nearest major piano harmonic.
Frequency adjustment can be accomplished with computational logic, sort of if frequency is between these two values, it's this. else if it's between these two values, then it's this. ectect
Add FFT that samples input audio and outputs the major frequency. Additionally this should be able to take that major frequency and adjust it to the nearest major piano harmonic.