# midi2abc

Convert MIDI to ABC notation by using Tone.js note sequence generated by
Magenta.js.

## Demo

- [midi2abc](https://marmooo.github.io/midi2abc/)

## Build

```
bash build.sh
```

## License

MIT

## Attribution

- [Tone.js](https://github.com/Tonejs/Tone.js) is licensed under the
  [MIT](https://github.com/Tonejs/Tone.js/blob/dev/LICENSE.md)
- [Magenta.js](https://github.com/magenta/magenta-js) is licensed under the
  [Apache-2.0](https://github.com/magenta/magenta-js/blob/master/LICENSE)
