mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Add detailed documentation for external control plugin SDK
Added the detailed documentation for external control plugin SDK.
This commit is contained in:
parent
555b870760
commit
3656a66397
4 changed files with 300 additions and 10 deletions
|
|
@ -26,6 +26,7 @@ INPUT = index.doxygen \
|
|||
../include/pcm_external.h \
|
||||
../include/pcm_extplug.h \
|
||||
../include/pcm_ioplug.h \
|
||||
../include/control_external.h \
|
||||
../include/conv.h \
|
||||
../include/instr.h \
|
||||
../src/error.c \
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ may be placed in the library code instead of the kernel driver.</P>
|
|||
<LI>Page \ref pcm explains the design of the PCM (digital audio) API.
|
||||
<LI>Page \ref pcm_plugins explains the design of PCM (digital audio) plugins.
|
||||
<LI>Page \ref pcm_external_plugins explains the external PCM plugin SDK.
|
||||
<LI>Page \ref ctl_external_plugins explains the external control plugin SDK.
|
||||
<LI>Page \ref rawmidi explains the design of the RawMidi API.
|
||||
<LI>Page \ref timer explains the design of the Timer API.
|
||||
<LI>Page \ref seq explains the design of the Sequencer API.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue