/music-maker

Java program to play music from a input file

Primary LanguageJava

Music-maker

This assignment is to practice objects and classes and arrays in Java. The meldoy class takes in a text file, which is a song written in Scientific Pitch Notation. It reads the file and stores the inout as an array of Note objects. Methods on the Melody class give information about the song's state, plays the song and manipulates the song. MelodyMain and Note classes are used as helper classes.