OSDN Git Service

Takashi Iwai <iwai@ww.uni-erlangen.de>
authorJaroslav Kysela <perex@perex.cz>
Fri, 17 Sep 1999 16:17:21 +0000 (16:17 +0000)
committerJaroslav Kysela <perex@perex.cz>
Fri, 17 Sep 1999 16:17:21 +0000 (16:17 +0000)
commit682deca3703b85dd85133918fdd3c932f2655624
tree14650cc20679d40bc97b01eebf956cf96127073b
parent2fad3ef64bb7e5b8f12c23824f224a5b23a77aa8
Takashi Iwai <iwai@ww.uni-erlangen.de>
Fri, 17 Sep 1999 17:24:43 +0200

OK, the attached is the patch to alsa-driver and alsa-lib.
It will really violate the source/binary compatibility as
I wrote :-p

It includes:
 - change of event data for accessing Timer Port
 - new middle-level functions for sequencer in alsa-lib
 - some comments / fixes

The test programs in alsa-lib (playmidi1, aconnect, aseqnet)
were rewritten to use the new functions above.
I included also a patch to pmidi-1.2.2.
include/Makefile.am
include/seqmid.h [new file with mode: 0644]
src/seq/Makefile.am
src/seq/seq.c
src/seq/seq_priv.h [new file with mode: 0644]
src/seq/seqmid.c [new file with mode: 0644]
test/aconnect.c
test/aseqnet.c
test/playmidi1.c