commit 69251aa3defab2ed0a8c1fd9601a420a82db67ba parent 0fe157afec76c6a976cc0a2dc4d8f0cd17d9aebc Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Tue, 31 May 2022 16:37:45 +0200 Update README.md Diffstat:
M | README.md | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -22,7 +22,10 @@ # Learn about CLAP -To work with clap, include [clap/clap.h](include/clap/clap.h). +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. + +To work with CLAP, include [clap/clap.h](include/clap/clap.h). The two most important objects are `clap_host` and `clap_plugin`.