SMFREC(1) | General Commands Manual | SMFREC(1) |
smfrec
— record a
standard MIDI file
smfrec |
[-amxy] [-g measure] [-d devname] [-i devname] midifile |
The smfrec
utility records a MIDI file. It
can add recorded events on top of an existing midi file. To stop
performance, send an interrupt signal to smfrec
(for
instance by pressing control ^C on the terminal). The options are as
follows:
-a
-m
-x
-y
-g
measure-d
filename-i
filenameThe smfrec
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 and append to it recorded events from device /dev/rmidi4; metronome will be used.
$ smfrec -a -m -d /dev/rmidi4
mysong.mid
August 27, 2005 | Debian |