Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davidenunes/evolutionary-music

Application of Evolutionary Algorithms to the creation of Music
https://github.com/davidenunes/evolutionary-music

Last synced: about 1 month ago
JSON representation

Application of Evolutionary Algorithms to the creation of Music

Awesome Lists containing this project

README

        

Summary:
An atempt to create music from scratch using Evolutionary Algorithms in Java

External libraries used:
1. JGAP - http://jgap.sourceforge.net/
2. JMUSIC - http://jmusic.ci.qut.edu.au/
3. JFREECHART - http://www.jfree.org/jfreechart/

Note: the current package offers a bridge between these two libraries
as one may benefit from using JMUSIC analysis capabilities to construct
Fitness functions to be used in JGAP.

Documentation:
User Instructions are available in the UserInstructions.pdf document

DemoPackage
A user demo package was provided, download the folder UserDemoPackage.
Read the User Instructions for more information.