Wave Shield is not going fast enough

But, you're not going to do anything to make it better?

PaulS, I'm a High School student who's learning while building a school project. I'm doing my best to fix the problem under a time crunch. If my friend and I had the time we would devote all our resources to understanding and making the code better, but we have determined that the code works on the small scale despite it's many flaws that you have pointed out. So we can't completely redo everything with the little time we have now. It turns out the problem was extremely basic. The line of code if (justreleased[0]) { when changed to if (justpressed[0]) { allowed the whole harp to perfectly. Strange, but we'll take it.