mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-19 08:57:08 -05:00
Added sequencer event <-> MIDI byte stream coder from the kernel space
This commit is contained in:
parent
867ad7b2bc
commit
e0acbbfef8
4 changed files with 479 additions and 3 deletions
|
|
@ -4,8 +4,8 @@ sysinclude_HEADERS = asoundlib.h
|
|||
# This is the order they will be concatenated into asoundlib.h!
|
||||
#
|
||||
header_files=header.h version.h global.h error.h control.h mixer.h pcm.h \
|
||||
rawmidi.h timer.h hwdep.h seq.h seqmid.h conv.h instr.h conf.h \
|
||||
footer.h
|
||||
rawmidi.h timer.h hwdep.h seq.h seqmid.h seq_midi_event.h \
|
||||
conv.h instr.h conf.h footer.h
|
||||
|
||||
noinst_HEADERS=$(header_files) search.h list.h aserver.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue