https://github.com/maximecb/turing-tunes
Procedural music generation engine using Turing machines.
https://github.com/maximecb/turing-tunes
Last synced: over 1 year ago
JSON representation
Procedural music generation engine using Turing machines.
- Host: GitHub
- URL: https://github.com/maximecb/turing-tunes
- Owner: maximecb
- Created: 2013-01-06T02:07:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T22:49:03.000Z (over 5 years ago)
- Last Synced: 2025-03-21T06:03:29.899Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 540 KB
- Stars: 64
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Turing-Tunes
============
Turing Tunes is a procedural music generation engine that uses randomly
generated Turing machines to produce streams of musical notes in real-time.
Requires a browser with Web Audio API support such as Chrome. This project
is distributed under a modified BSD license.
You can try Turing Tunes at the following URL:
[http://maximecb.github.io/Turing-Tunes/](http://maximecb.github.io/Turing-Tunes/)
Below is a sample of the music Turing Tunes can generate:
***List to be populated***
If running locally in Chrome, run with "--allow-file-access-from-files" option.