I wrote this Java code to help me learn to read music
It doesn't have a main() function, but the code can be run from most Java IDEs (or from another class) by running "ClefPractice.Practice();".
It prints out, in text, a musical staff and presents a note somewhere on it. The user's goal is to correctly identify the note.
Code:
It doesn't have a main() function, but the code can be run from most Java IDEs (or from another class) by running "ClefPractice.Practice();".
It prints out, in text, a musical staff and presents a note somewhere on it. The user's goal is to correctly identify the note.
Code: