Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 682 Bytes

File metadata and controls

21 lines (16 loc) · 682 Bytes

MidiConversionUtillity

To run type midiconvert {tempo}

Other commands:

Convert a MIDI file to an intermediate CSV format:

node parseMidiToCsv.js inputFileName outputFileName

parseMidiToCsv.js will create the output file and place the results there.

Convert an intermediate CSV file into the final CSV format:

node new_csv.js inputFileName > outputFileName

new_csv.js will not create the output file, so you need to use redirection to save it to the file name of your choice.

Notes: