clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 19ebab5016b733edbe74f3836020f905f2721dc5
parent 717c795688f28ff5f3b890c91e05c2b05dbf699e
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Tue, 21 Oct 2014 00:22:35 +0200

Small clarification

Diffstat:
Mspec.rst | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/spec.rst b/spec.rst @@ -145,7 +145,8 @@ See `samples/clap-info.c`_ Description ~~~~~~~~~~~ -Both the plugin and host have a few attribute giving general plugin description. +Both the ``struct clap_plugin;`` and ``struct clap_host;`` have a few attribute giving +general plugin/host information. +---------------------+---------------------------------------------------------------+ | Attribute | Description |