Mercurial > hg > svcore
diff plugin/api/alsa/asoundlib.h @ 0:da6937383da8
initial import
author | Chris Cannam |
---|---|
date | Tue, 10 Jan 2006 16:33:16 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plugin/api/alsa/asoundlib.h Tue Jan 10 16:33:16 2006 +0000 @@ -0,0 +1,12 @@ +/* DSSI ALSA compatibility library + * + * This library provides for Mac OS X the ALSA snd_seq_event_t handling + * necessary to compile and run DSSI. It was extracted from alsa-lib 1.0.8. + */ + +#include <stddef.h> + +#include <alsa/asoundef.h> +#include <alsa/seq_event.h> +#include <alsa/seq_midi_event.h> +