- compose() - Method in class computercomposer.controller.Controller
-
A method that calls the compose method of the Composer class
- compose() - Method in class computercomposer.model.Composer
-
A method that generates and displays a score with a 2 voices melody
- Composer - Class in computercomposer.model
-
This class generates a 2 voices melody
- Composer(String, int, int, int, int, int, int[], int, String[]) - Constructor for class computercomposer.model.Composer
-
Assigns name, time signature, tempo, instrument, tonality, bars and form
- ComputerComposer - Class in computercomposer.view
-
This class is the graphic interface
- ComputerComposer() - Constructor for class computercomposer.view.ComputerComposer
-
Creates new form ComputerComposer
- computercomposer.controller - package computercomposer.controller
-
- computercomposer.model - package computercomposer.model
-
- computercomposer.view - package computercomposer.view
-
- Controller - Class in computercomposer.controller
-
This class is the Controller between Model and Visor
- Controller(String, Boolean, String, String, String, String, String, String) - Constructor for class computercomposer.controller.Controller
-
Assigns the name, the tonality, the form, the instrument, the number of bars, the time signature and the tempo