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

https://github.com/sciguymjm/cellularautomata

:notes: Music generation using Elementary Cellular Automata.
https://github.com/sciguymjm/cellularautomata

cellular-automata cellularautomata music-generation

Last synced: 2 months ago
JSON representation

:notes: Music generation using Elementary Cellular Automata.

Awesome Lists containing this project

README

        

# CellularAutomata

[![Join the chat at https://gitter.im/Sciguymjm/CellularAutomata](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Sciguymjm/CellularAutomata?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Music generation using elementary Cellular Automata.

##Example (Rule 30)

![Rule 30 Example](song-1.png)

## Install Instructions:

1. Clone with Git - `git clone https://github.com/Sciguymjm/CellularAutomata.git`
2. Install dependencies
- mingus - `sudo pip install mingus`

### Developer Install ###

Additional setup steps for developers:

1. install additional dependencies:
* nose - `pip install nose`
2. run tests to check your setup: (from project dir) `nosetests` - should result in "OK"