mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-21 07:00:05 -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
|
|
@ -1,6 +1,6 @@
|
|||
EXTRA_LTLIBRARIES=libseq.la
|
||||
|
||||
libseq_la_SOURCES = seq_hw.c seq.c seqmid.c
|
||||
libseq_la_SOURCES = seq_hw.c seq.c seqmid.c seq_midi_event.c
|
||||
noinst_HEADERS = seq_local.h
|
||||
|
||||
all: libseq.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue