Home
last modified time | relevance | path

Searched refs:LSP_BASE_URI (Results 1 – 6 of 6) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/metadata/
H A Dmetadata.h29 #define LSP_BASE_URI "http://lsp-plug.in/" macro
38 #define LSP_DEVELOPERS_URI LSP_BASE_URI "developers/"
39 #define LSP_URI(format) LSP_BASE_URI "plugins/" #format "/"
40 #define LSP_TYPE_URI(format) LSP_BASE_URI "types/" #format
41 #define LSP_UI_URI(format) LSP_BASE_URI "ui/" #format "/"
42 #define LSP_KVT_URI LSP_BASE_URI "kvt"
43 #define LSP_PLUGIN_URI(format, plugin) LSP_BASE_URI "plugins/" #format "/" #plugin
49 #define LSP_DOWNLOAD_URI LSP_BASE_URI "?page=download"
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/container/
H A Dprofile.cpp67 printf(" " LSP_BASE_URI "\n"); in main()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/testing/utest/core/files/
H A Dconfig.cpp62 TEST_ASSERT(c.append_utf8(" " LSP_BASE_URI " \n")); in get_head_comment()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A DCtlPluginWindow.cpp940 if (spath.fmt_utf8("%s?page=manuals&section=%s", LSP_BASE_URI, meta->lv2_uid)) in slot_show_plugin_manual()
972 if (spath.fmt_utf8("%s?page=manuals&section=controls", LSP_BASE_URI)) in slot_show_ui_manual()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/utils/
H A Dlv2_genttl.cpp514 fprintf(out, " ;\n\tfoaf:homepage <" LSP_BASE_URI "#lsp>"); in gen_plugin_ttl()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/
H A Dplugin_ui.cpp1442 c.append_utf8 (" " LSP_BASE_URI " \n"); in save_global_config()