clap

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

commit cc4571c406f5ab4d3198c7e7c7efd47eca59ac6d
parent af5e7957c873e44d11981ca635260733b8037af9
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Tue, 21 Oct 2014 00:10:34 +0200

Explain the "replace old concepts ..."

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

diff --git a/spec.rst b/spec.rst @@ -14,7 +14,9 @@ Goals - Make a free audio plugin format - Be easy to understand and implement - Bring new features missed in VST 2.4 -- Replace old concepts by modern ones +- Replace old concepts by modern ones. For example the specification tries + to not use MIDI as its internal event systems, which let us have + micro-tones. Yet MIDI events are possible. - Designed to work on any operating system - Be event oriented - Be extensible without breaking existing plugins