This is the command midicsv that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
midicsv - translate MIDI file to CSV
SYNOPSIS
midicsv [ -u -v ] [ infile [ outfile ] ]
DESCRIPTION
midicsv reads a standard MIDI file and decodes it into a CSV (Comma-Separated Value) file
which preserves all the information in the MIDI file. The ASCII CSV file may be loaded
into a spreadsheet or database application, or processed by a program to transform the
MIDI data (for example, to key transpose a composition or extract a track from a multi-
track sequence). A CSV file in the format created by midicsv may be converted back into a
standard MIDI file with the csvmidi program.
OPTIONS
-u Print how-to-call information.
-v Print verbose debugging information on standard error. The MIDI file header is
dumped, along with the length of each track in the file.
Use midicsv online using onworks.net services