Added sequencer event <-> MIDI byte stream coder from the kernel space

This commit is contained in:
Jaroslav Kysela 2000-11-26 22:18:25 +00:00
parent 867ad7b2bc
commit e0acbbfef8
4 changed files with 479 additions and 3 deletions

View file

@ -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