Mercurial > hg > svcore
view plugin/api/alsa/asoundlib.h @ 114:8cd01027502f
* Reorder plugin output querying so as to cope with plugins whose number of
values per output varies depending on the initialise parameters
* Make the colour 3D plot layer tolerably efficient with very dense models
* Allow export of colour 3D plot layers
author | Chris Cannam |
---|---|
date | Wed, 10 May 2006 16:34:03 +0000 |
parents | da6937383da8 |
children |
line wrap: on
line source
/* 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>