https://github.com/skratchdot/code-music-studio
compose music with algorithms
https://github.com/skratchdot/code-music-studio
Last synced: 11 months ago
JSON representation
compose music with algorithms
- Host: GitHub
- URL: https://github.com/skratchdot/code-music-studio
- Owner: skratchdot
- License: other
- Created: 2014-03-30T13:01:22.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-30T13:09:33.000Z (about 12 years ago)
- Last Synced: 2025-04-06T08:27:17.579Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://studio.substack.net/
- Size: 190 KB
- Stars: 0
- Watchers: 2
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
- License: LICENSE
Awesome Lists containing this project
README
# code-music-studio
design musical algorithms
[live demo at studio.substack.net](http://studio.substack.net/)

# usage
```
code-music-studio
Run the code-music-studio http server.
-p PORT
-d DATADIR
```
# install
With [npm](https://npmjs.org) do:
```
npm install -g code-music-studio
```
# run
Just type:
```
code-music-studio PORT
```
to start the server on PORT.
# license
MIT