1 Nov 2004 08:48
Re: Uploading MIDI files
Erik Moeller <erik_moeller <at> gmx.de>
2004-11-01 07:48:00 GMT
2004-11-01 07:48:00 GMT
Jens-
> Is there any easy way to verify that a file is a MIDI file?
> We only allow uploads of files for which we can verify that the content
> matches the file suffix.
The Unix file command supports many file formats, including MIDI files:
moeller <at> peace:~/projekte/wiki$ file Soundtrack.mid
Soundtrack.mid: Standard MIDI data (format 1) using 12 tracks at 1/120
moeller <at> peace:~/projekte/wiki$ mv Soundtrack.mid xyue3r923
moeller <at> peace:~/projekte/wiki$ file xyue3r923
xyue3r923: Standard MIDI data (format 1) using 12 tracks at 1/120
file uses header information ("magic numbers") to determine the file type.
Regards,
Erik
RSS Feed