SMFPLAY(1) | General Commands Manual | SMFPLAY(1) |
smfplay
— play a
standard MIDI file
smfplay |
[-mxy] [-g measure] [-d devname] [-i devname] midifile |
The smfplay
utility plays a MIDI file.
While playing, it can route events from one midi(4) device
to another. To stop performance, send an interrupt signal to
smfplay
(for instance by pressing control ^C on the
terminal). The options are as follows:
-m
-x
-i
flag is used then playback will be synchronised
to the input device else it will be synchronised to the default
device.-y
-g
measure-d
filename-i
filenameThe smfplay
utility is an interface to
midish(1). If more specific features are needed, the user
may consider using midish(1).
The following will play mysong.mid on device /dev/rmidi4 and will use metronome.
$ smfplay -m -d /dev/rmidi4
mysong.mid
August 22, 2005 | Debian |