There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
The Music Editor follows the MVC design pattern, and is composed of a model, a view (GUI JFC/Swing, MIDI Package), and a controller. It takes a musical composition as an input through the controller, maintains all data of the composition in the model, and displays the song to the user through the view.