An open API service indexing awesome lists of open source software.

https://github.com/Glamdring/computoser

Algorithm for music composition
https://github.com/Glamdring/computoser

Last synced: about 1 year ago
JSON representation

Algorithm for music composition

Awesome Lists containing this project

README

          

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