Skip to content

Developer Documentation

kchen29 edited this page Feb 23, 2017 · 1 revision

Design

Class hierarchy should follow closely to Music XML.

The user creates "nodes" (a Part, Measure, Note, etc.) and links them together to form a tree structure.
With this tree, the program creates a Music XML file.

User Interaction

The user has the ability to:

  • Create nodes
  • Link nodes to other nodes
  • Select a node to change its attributes

GUI

Core

Clone this wiki locally