Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Dec 6, 2024
1 parent 2feb460 commit 8e97332
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test-scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ Convert timewise MusicXML to partwise MusicXML:
`node time2part.js <input.xml> <output.xml>`
If the output file is not specified, print to standard output.

## xml2midi
Convert MusicXML to MIDI:
`node xml2midi.js <input.xml> <output.mid>`
If the output file is not specified, print to standard output.

## xml2midi2
Convert MusicXML to MIDI 2.0:
`node xml2midi2.js <input.xml> <output.midi2>`
If the output file is not specified, print to standard output.

## note:
To use these as standalone scripts, run `npm install jazz-mxml`,
and change `const MXML = require('../jazz-mxml');` to `const MXML = require('jazz-mxml');`

0 comments on commit 8e97332

Please sign in to comment.