Music generation using elementary Cellular Automata.
##Example (Rule 30)
- Clone with Git -
git clone https://github.com/Sciguymjm/CellularAutomata.git
- Install dependencies
- mingus -
sudo pip install mingus
- mingus -
Additional setup steps for developers:
- install additional dependencies:
- nose -
pip install nose
- nose -
- run tests to check your setup: (from project dir)
nosetests
- should result in "OK"