commit 8006fd12be71db6a097437c423406da9a9f1f33d
parent 987c3dcb5ce18acc9b64e947c4e8aca410c06fe0
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Mon, 2 Jan 2023 09:37:42 +0100
Add a file:/// example
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/include/clap/preset-discovery.h b/include/clap/preset-discovery.h
@@ -139,6 +139,7 @@ typedef struct clap_preset_location {
// URI
// - file:/// for pointing to a file or directory; directories are scanned recursively
+ // eg: file:///home/abique/.u-he/Diva/presets/
// - plugin://<clap-plugin-id> for presets which are bundled inside the plugin itself
char uri[CLAP_URI_SIZE];
} clap_preset_location_t;