clap

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

commit 33a730da4dfe8e3408eb4a54f11e0cacdefa1e1c
parent 19b06367172b08ac2d34ae21d9aaaff6a9f7ab75
Author: joshnatis <joshnatis0@gmail.com>
Date:   Fri, 24 Jun 2022 12:27:14 -0400

Fix typos in audio-ports-config.h

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 @@ -5,7 +5,7 @@ /// @page Audio Ports Config /// -/// This extension provides a way for the plugin to describe possible ports configurations, for +/// 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. /// /// After the plugin initialization, the host may scan the list of configurations and eventually @@ -18,7 +18,7 @@ /// /// The idea behind the configurations, is to let the user choose one via a menu. /// -/// Plugin with very complex configuration possibilities should let the user configure the ports +/// Plugins with very complex configuration possibilities should let the user configure the ports /// from the plugin GUI, and call @ref clap_host_audio_ports.rescan(CLAP_AUDIO_PORTS_RESCAN_ALL). static CLAP_CONSTEXPR const char CLAP_EXT_AUDIO_PORTS_CONFIG[] = "clap.audio-ports-config";