midi-instrument-names-tabulate-pmb

1.0.2 • Public • Published

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
$ ./cli.js midi-instrument-names-gm1-pmb html gm1.html
$ grep title gm1.html
  <title>GM1 Sound Set</title>
$ 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

Readme

Keywords

none

Package Sidebar

Install

npm i midi-instrument-names-tabulate-pmb

Weekly Downloads

2

Version

1.0.2

License

ISC

Unpacked Size

6.25 kB

Total Files

6

Last publish

Collaborators

  • mk-pmb