Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skratchdot/code-music-studio
compose music with algorithms
https://github.com/skratchdot/code-music-studio
Last synced: about 1 month 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-30T13:09:33.000Z (almost 11 years ago)
- Last Synced: 2024-10-19T00:24:26.974Z (3 months ago)
- Language: JavaScript
- Homepage: http://studio.substack.net/
- Size: 190 KB
- Stars: 0
- Watchers: 3
- 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/)
![screenshot](images/screenshot.png)
# usage
```
code-music-studioRun 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