This week I have been working on picking up a single note each time it is strummed. Before the library I was using output a new note every time it detected a pitch that was readable, even if it was while a note was simply being rung out and a new one was not strummed. To do this I have a simple working algorithm with a series of conditionals that mark booleans true/false depending on the data being read in. I am currently trying to change the way this algorithm works because it requires a delay when processing the input stream and is not as accurate as I would like. To test my different algorithms I am strumming at different speeds and having several output messages to see if the output is reasonable. I should have this issue solved by the end of the week.
@cctoombs @twood02
This week I have been working on picking up a single note each time it is strummed. Before the library I was using output a new note every time it detected a pitch that was readable, even if it was while a note was simply being rung out and a new one was not strummed. To do this I have a simple working algorithm with a series of conditionals that mark booleans true/false depending on the data being read in. I am currently trying to change the way this algorithm works because it requires a delay when processing the input stream and is not as accurate as I would like. To test my different algorithms I am strumming at different speeds and having several output messages to see if the output is reasonable. I should have this issue solved by the end of the week.