• Stars
    star
    3
  • Rank 3,950,619 (Top 79 %)
  • Language
    Java
  • Created over 8 years ago
  • Updated over 8 years ago

Reviews

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.