Mercurial > hg > svcore
view plugin/api/alsa/asoundlib.h @ 1254:cbdd534f517a piper
Avoid assigning model resolution of 0 to models coming from plugins that report weirdly high output rates (symptom: data did not show up in edit layer data dialog, as the row/frame conversion failed)
| author | Chris Cannam | 
|---|---|
| date | Sat, 05 Nov 2016 10:40:22 +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>
