clap

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

commit 9edacca8d67d6b1f2f2211ebef02b7cf8c5b0a1f
parent e6a5acbac7878865a39457c39abfac76410c6f68
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon,  6 Mar 2023 16:47:08 +0100

Doc.

Diffstat:
Minclude/clap/ext/audio-ports-config.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/clap/ext/audio-ports-config.h b/include/clap/ext/audio-ports-config.h @@ -6,8 +6,8 @@ /// @page Audio Ports Config /// -/// This extension provides a way for the plugin to describe possible port configurations, for -/// example mono, stereo, surround, ... and a way for the host to select a configuration. +/// This extension let the plugin provide port configurations presets. +/// For example mono, stereo, surround, ambisonic, ... /// /// After the plugin initialization, the host may scan the list of configurations and eventually /// select one that fits the plugin context. The host can only select a configuration if the plugin