https://github.com/danigb/impro-visor-js
Convert awesome impro-visor musical knowledge data to json format
https://github.com/danigb/impro-visor-js
Last synced: 4 months ago
JSON representation
Convert awesome impro-visor musical knowledge data to json format
- Host: GitHub
- URL: https://github.com/danigb/impro-visor-js
- Owner: danigb
- License: gpl-2.0
- Created: 2015-04-22T22:52:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-02T13:46:51.000Z (about 11 years ago)
- Last Synced: 2025-10-25T16:40:46.867Z (8 months ago)
- Language: LiveScript
- Homepage:
- Size: 1.22 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE.txt
Awesome Lists containing this project
README
impro-visor-js
==============
Here are the awesome
[impro-visor](http://www.cs.hmc.edu/~keller/jazz/improvisor/)
knowledge data converted to json format in order to use
it in browser/node environments.
The original files are in `./source` and the converted
output are in `./build`.
To process the files I used metalsmith. If you want to
do the conversion process: `node start`
See also:
- http://www.cs.hmc.edu/~keller/jazz/improvisor/LeadsheetNotation.pdf
- http://www.cs.hmc.edu/~keller/jazz/improvisor/papers.html
### Build
```js
node build
```
### License
The same license as impro-visor: GNU Public License 2.0