posted 13 years ago
Well, I have messed around some more, and the problem is really that the program won't terminate when it is done. Everything else works. Does anyone have any insight as to why the program won't terminate? Here is my code so far:
As you can see, it just gets input from the user which is 2 numbers, then it calls the method play which plays the note with the given instrument, and it just keeps doing that until the user enters "Q" at the right time.