commit db452bc5342043fd4d6ff7db77d14cc144646322 parent a903fb167686f0811508d3010421d837eaf01868 Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Mon, 9 Jan 2023 17:48:55 +0100 Add windows example Diffstat:
M | include/clap/factory/draft/preset-discovery.h | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/clap/factory/draft/preset-discovery.h b/include/clap/factory/draft/preset-discovery.h @@ -182,7 +182,8 @@ typedef struct clap_preset_discovery_location { // URI // - file:/// for pointing to a file or directory; directories are scanned recursively - // eg: file:///home/abique/.u-he/Diva/presets/ + // eg: file:///home/abique/.u-he/Diva/presets/ (on Linux) + // eg: file:///C:/Users/abique/Documents/u-he/Diva.data/presets/ (on Windows) // - plugin://<clap-plugin-id> for presets which are bundled inside the plugin itself const char *uri; } clap_preset_discovery_location_t;