Make an overview table for your favorite MIDI patch set.
npm install midi-instrument-names-tabulate-pmb
midi-instrument-names-tabulate-pmb
==================================
Make an overview table for your favorite MIDI patch set.
Usage
-----
./cli.js module_name output_format [dest_file]
* module_name: an identifier by which to require() your patch set data.
* supported output_formats: html
* dest_file: filename for output. missing/empty = stdout
``bash``
$ ./cli.js midi-instrument-names-gm1-pmb html gm1.html
$ grep title gm1.html
$ wkhtmltopdf --orientation Landscape gm1.html gm1.pdf
Security considerations
-----------------------
* The HTML generator does not escape any names in your patch set.
It's meant as a feature.
If you suspect your patch set data to abuse that freedom, defuse it.
Known issues
------------
* Needs more/better tests and docs.
License
-------
ISC