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.
- Host: GitHub
- URL: https://github.com/sciguymjm/cellularautomata
- Owner: Sciguymjm
- License: mit
- Created: 2015-09-23T19:27:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T22:07:59.000Z (over 9 years ago)
- Last Synced: 2025-04-04T12:35:58.446Z (2 months ago)
- Topics: cellular-automata, cellularautomata, music-generation
- Language: Python
- Homepage:
- Size: 24.4 MB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CellularAutomata
[](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)

## 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"