1MT(1) General Commands Manual MT(1)
2
3
4
6 midi-disasm - disassemble midi files
7
9 midi-disasm [ -d ] [ -s ] [ -q ] [ file ]
10
12 midi-disasm disassembles a standard midi file into readable/editable
13 text. midi-disasm prefers the file suffix ".mid" -- it will supply it
14 if a file by the name given on the command line cannot be found. Its
15 output is to stdout.
16
17 There are the following options for midi-disasm:
18
19 -d displays times as deltas from the time of the last midi event.
20 A keyword "DELTA" is placed in the header line in the disassem‐
21 bly.
22
23 -s displays times in seconds and factions instead of midi ticks;
24 the format is "<seconds>.<centiseconds>.<16nths of a centisec‐
25 ond>".
26
27 -q suppresses note-on and note-off output lines.
28
30 The code for midi-disasm is an elaboration of the program mftext by Tim
31 Thompson, ...twitch!glimmer!tjt, who also wrote the first version of
32 the library functions in midifile.c, which were elaborated for midi
33 file output by M. Czeiszperger.
34 The rest is by Greg Lee, lee@Hawaii.edu.
35
36
37
38 LOCAL MT(1)