clap

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

commit a73640d8440d0346826ff738ef18aef9b0fbfb81
parent 255ebafddd723f13f79becc22c3b550f758fd416
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Tue, 10 Jan 2023 18:12:16 +0100

Better formulation

Diffstat:
Minclude/clap/factory/draft/preset-discovery.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/clap/factory/draft/preset-discovery.h b/include/clap/factory/draft/preset-discovery.h @@ -93,10 +93,10 @@ typedef struct clap_preset_discovery_metadata_receiver { // This must be called for every preset in the file and before any preset metadata is // sent with the calls below. // - // The name is the preset's name, it is mandatory. + // name is mandatory, it is the preset's name. // - // If the preset file is a preset container then subpath and load_key are mandatory. - // Otherwise subpath and load_key must be null. + // If the preset file is a preset container then subpath and load_key are mandatory, + // otherwise they must be null. // // The subpath defines a human friendly path to the preset in the container file. // It should be unique within the container file.