1GREPMIDI(1) General Commands Manual GREPMIDI(1)
2
3
4
6 grepmidi - display structure of MIDI files
7
9 grepmidi [ -f ] file [ ... ]
10
12 The grepmidi utility provides a simple parser for files in raw MIDI
13 format. It is far from complete, but allows to get a grip of the basic
14 song structure in file. That is, it does not display single note, but
15 only meta information embedded in the MIDI file. grepmidi can also be
16 useful to check whether a given MIDI file contains errors.
17
18 More than one file can be given on the commandline. Option -f tells
19 grepmidi to prepend each line of output with the filename that is cur‐
20 rently checked.
21
22 grepmidi is distributed along with MusE, a full-fledged MIDI Music Edi‐
23 tor.
24
26 muse4(1).
27
29 grepmidi was written by Werner Schweer <ws@seh.de>.
30
31 This manual page was written by Daniel Kobras <kobras@debian.org> for
32 the Debian GNU/Linux system (but may be used by others).
33
34
35
36 July 2006 GREPMIDI(1)