An open API service indexing awesome lists of open source software.

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

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