Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 812 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 812 Bytes

MusimathicsProject

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.

How To Run the project

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.

Credits

For implementation of this project it's used Tone.js.