A question.. I am making a guitar tuner. When I launch the app, the sound recognition starts using a SoundRecorder.
Next, I have added a label in screen1. I can change the colors if it is the correct note or not. But, I am stuck in the part to recognize the string note when the string produces a sound.
For instance if I press the 6th string, it will show the note as E, but if the 6th string produces an unusual sound, the note will change to D# or Eb (or any other note). Is this possible? This should apply to all the other strings as well. I am creating this app for myself only.