From fbfc906f7e2de68e25155229e0947e9072271ed4 Mon Sep 17 00:00:00 2001 From: deeedob Date: Thu, 19 Oct 2023 12:55:31 +0200 Subject: [PATCH] README: Re-phrase the mentioning of ABI ABI (Application Binary Interface), can be a confusing term for people who stumble over it. What we want to achieve is to let people know that the interface is stable and backwards compatible. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddf6369a..370e076b 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,10 @@ # Learn about CLAP -CLAP stands for **CL**ever **A**udio **P**lugin. -It is an audio plugin ABI which defines a standard for *Digital Audio Workstations* and audio plugins (synthesizers, audio effects, ...) to work together. +CLAP stands for **CL**ever **A**udio **P**lugin. It is an *API* that provides a +stable binary interface with backwards compatibility to define a standard for +*Digital Audio Workstations* and audio plugins (synthesizers, audio effects, +...) to work together. To work with CLAP, include [clap/clap.h](include/clap/clap.h).