Skip to content

Commit

Permalink
README: Re-phrase the mentioning of ABI
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
deeedob committed Oct 19, 2023
1 parent 08d6b5e commit fbfc906
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit fbfc906

Please sign in to comment.