mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:35:42 +01:00
2cdf5ebedb
arecordmidi2 is a similar program like arecordmidi for recording the incoming MIDI events, but storing in a MIDI Clip file for MIDI 2.0. Most options are kept from arecordmidi, but some are dropped: namely, the -l, -m and -f options are dropped for code simplicity. Also -s option is dropped as well, as there is no need for split for MIDI Clip file unlike SMF. Signed-off-by: Takashi Iwai <tiwai@suse.de>
5 lines
158 B
Makefile
5 lines
158 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
EXTRA_DIST = aplaymidi2.1 arecordmidi2.1
|
|
|
|
bin_PROGRAMS = aplaymidi2 arecordmidi2
|
|
man_MANS = aplaymidi2.1 arecordmidi2.1
|