clap

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

commit 723c62b5e109f5ae5f0d4fdf635ff92c31f4a9fd
parent 0cb81c52e898518377df515cbb3edd666c22e815
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed, 19 Oct 2016 10:15:01 +0200

Spec: explain the naming of interfaces

Diffstat:
Mspec.rst | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/spec.rst b/spec.rst @@ -75,6 +75,13 @@ that it can be called from multiple threads concurrently. Tips: while reading the headers, you can set your editor to highlight **[thread-safe]** and **[audio-thread]**. +Naming conventions +------------------ + +Extensions name as ``struct clap_plugin_...`` are meant to be provided by the +plugin, while extensions name as ``struct clap_host_...`` are meant to be +provided by the host. + Plugins location ----------------