Mercurial > hg > svcore
comparison plugin/api/alsa/asoundlib.h @ 0:da6937383da8
initial import
author | Chris Cannam |
---|---|
date | Tue, 10 Jan 2006 16:33:16 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:da6937383da8 |
---|---|
1 /* DSSI ALSA compatibility library | |
2 * | |
3 * This library provides for Mac OS X the ALSA snd_seq_event_t handling | |
4 * necessary to compile and run DSSI. It was extracted from alsa-lib 1.0.8. | |
5 */ | |
6 | |
7 #include <stddef.h> | |
8 | |
9 #include <alsa/asoundef.h> | |
10 #include <alsa/seq_event.h> | |
11 #include <alsa/seq_midi_event.h> | |
12 |