Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 729 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 729 Bytes

Computoser

An algorithm for music composition. Results can be seen at http://computoser.com

The code of the algorithm is in the main package (com.music), the rest of the packages contain the model and the classes required for the website computoser.com.

In order to run the algorithm simply run the main method of the Generator class, or build the project with maven and deploy the war file (with the path to the properties file configured using -Dmusic.config.location=...)

The paper describing the algorithm in details is available here and here