KatieLo / music-maker

Java program to play music from a input file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Java program to play music from a input file


Languages

Language:Java 100.0%