Hello,
I have the tone function working very well in my Teensy code - thank you for making such a useful object!
Now I want to be able to adjust what tone I am detecting using the tone function and it seems like I can only set the frequency that each tone object looks at in the setup function. Is it possible to re-assign the frequency that a particular tone object is detecting?
I want the user to have control over what tone is being examined and I would like to give them lots of flexibility which is my reason for not just having a dozen tone's that are observed separately as in the dial-tone examples. Pitch detection like in the note-freq function would not be a good fit because I am not trying to get the fundamental frequency of a sound but rather zero in on the loudness of specific frequencies.
Thank you for any help you can give me.
Sasha
I have the tone function working very well in my Teensy code - thank you for making such a useful object!
Now I want to be able to adjust what tone I am detecting using the tone function and it seems like I can only set the frequency that each tone object looks at in the setup function. Is it possible to re-assign the frequency that a particular tone object is detecting?
I want the user to have control over what tone is being examined and I would like to give them lots of flexibility which is my reason for not just having a dozen tone's that are observed separately as in the dial-tone examples. Pitch detection like in the note-freq function would not be a good fit because I am not trying to get the fundamental frequency of a sound but rather zero in on the loudness of specific frequencies.
Thank you for any help you can give me.
Sasha