in JG’s Blog
6 June 2009

MidiToText is a simple command-line utility to extract MIDI data into a comma separated list.
It’s often convenient to record streams of sensor data as MIDI controller data or note on/off messages. This utility extracts this data and makes it available to programmes such as Microsoft Excel and SPSS statistics software in the form of a comma-separated list.
Unix command-line useage :
java MidiToText [oec] midifilename.mid > outputfilename.txt
Flags:
Back to JG’s Blog...