https://github.com/halfbyte/liv3c0der-mk2
liv3coder lives!
https://github.com/halfbyte/liv3c0der-mk2
livecoding midi music webaudio
Last synced: about 1 year ago
JSON representation
liv3coder lives!
- Host: GitHub
- URL: https://github.com/halfbyte/liv3c0der-mk2
- Owner: halfbyte
- License: mit
- Created: 2017-11-28T21:49:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T07:10:12.000Z (about 8 years ago)
- Last Synced: 2025-02-16T12:28:01.861Z (over 1 year ago)
- Topics: livecoding, midi, music, webaudio
- Language: JavaScript
- Homepage:
- Size: 1.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# liv3c0der MK2
This is a work in progress. To see what's going on and what's already working, please see [the docs](docs/index.md) for more info.
# Rationale
The development is guided by the following principles
- deliver solid primitives that allow for quick composing
- no build pipeline. I'm not against build pipelines in general but I wanted to use the fact that I can target a single browser (Chrome, because of Web MIDI) and use all the modern JS even without a compiler
- works standalone. Due to security restrictions, it needs a local webserver, but
## Credits
- Uses [CodeMirror](http://codemirror.net/) by Marijn Haverbeke
- Uses [jshint](https://github.com/jshint/jshint) by the jshint team.
## License
Licensed under the MIT license, see [LICENSE](LICENSE).