clap

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

commit 60f3b8e6b0dfcd531fa38136ee201bdbb6a0d1bc
parent ca11a395dc2002027c91253744c9206ae142b2cb
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Thu, 29 Sep 2016 17:47:11 +0200

Little update to the spec

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

diff --git a/spec.rst b/spec.rst @@ -11,15 +11,15 @@ A free audio plugin format Goals ===== -- Make a free digital instrument and effect plugin format +- Make a free digital instrument and effect plugin interface - Be easy to understand and implement -- Bring new features missed in VST 2.4 +- Don't require alien technology - Designed to work on any operating system and processor architecture - Be event oriented - Be extensible - Be easy to bridge -- Support dynamic configuration: let a modular plugin dynamically - add new parameters, new outputs/inputs, etc... +- Support dynamic configuration: let a plugin dynamically + add new parameters, io ports, etc... Design choice -------------