Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davidenunes/evolutionary-music
- Owner: davidenunes
- Created: 2011-05-16T21:47:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-08T10:01:31.000Z (over 13 years ago)
- Last Synced: 2024-04-15T07:06:38.504Z (9 months ago)
- Language: Java
- Homepage:
- Size: 14.7 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.