Add detailed documentation for external control plugin SDK

Added the detailed documentation for external control plugin SDK.
This commit is contained in:
Takashi Iwai 2005-06-13 13:19:03 +00:00
parent 555b870760
commit 3656a66397
4 changed files with 300 additions and 10 deletions

View file

@ -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 \

View file

@ -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.