This repository contains the project of an automatic music composer based on cyclic cellular automata developed for the Musimathics course at the University of Salerno.
The project is available on this link.
If you want run project locally, follow this procedure:
- Clone repository on your pc
- Run this command into the project directory:
python -m http.server 8080
or
python3 -m http.server 8080
- Open browser and go to http://localhost:8080/.
Note: if the port 8080 isn't available, you can choose another port, such as 9000.
For implementation of this project it's used Tone.js.