Mercurial > hg > easaier-soundaccess
comparison plugin/api/alsa/asoundlib.h @ 0:fc9323a41f5a
start base : Sonic Visualiser sv1-1.0rc1
author | lbajardsilogic |
---|---|
date | Fri, 11 May 2007 09:08:14 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:fc9323a41f5a |
---|---|
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 |