Mercurial > hg > svcore
view plugin/api/alsa/asoundlib.h @ 75:163f3428bbe0
* Create temporary directory, cleaned up on exit, and use it to store
  (inter alia) audio samples for the sample-player plugin.
* Ensure newly added layers always have unique names
* Make sure configure pairs for real-time plugins are stored in the
  configuration Xml along with parameter & program settings
| author | Chris Cannam | 
|---|---|
| date | Mon, 10 Apr 2006 13:52:32 +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>
