Home
last modified time | relevance | path

Searched refs:LSP_ARTIFACT_ID (Results 1 – 10 of 10) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/metadata/
H A Dmetadata.h32 #define LSP_ARTIFACT_ID LSP_PREFIX "-plugins" macro
33 #define LSP_R3D_BACKEND_PREFIX LSP_ARTIFACT_ID "-r3d"
34 #define LSP_BINARY LSP_ARTIFACT_ID
46 …_DONATION_URL1 "https://salt.bountysource.com/teams/" LSP_ARTIFACT_ID
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/container/jack/main/
H A Dposix.h127 if (strstr(de->d_name, LSP_ARTIFACT_ID) == NULL) in lookup_jack_main()
141 … if ((strstr(de->d_name, LSP_ARTIFACT_ID) == NULL) || (strstr(de->d_name, ".so") == NULL)) in lookup_jack_main()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/container/vst/main/
H A Dposix.h110 if (strcasestr(de->d_name, LSP_ARTIFACT_ID) == NULL)
127 … if ((strcasestr(de->d_name, LSP_ARTIFACT_ID) == NULL) || (strcasestr(de->d_name, ".so") == NULL))
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/utils/
H A Djack_genmake.cpp136 … code = gen_cpp_file(path, &plugin::metadata, #plugin, LSP_ARTIFACT_ID "-" #plugin ".cpp"); \ in gen_make()
H A Dvst_genmake.cpp134 … code = gen_cpp_file(path, &plugin::metadata, #plugin, LSP_ARTIFACT_ID "-vst-" #plugin ".cpp"); in gen_vst_make()
H A Dlv2_genttl.cpp253 fprintf(out, "\tui:binary <" LSP_ARTIFACT_ID "-lv2.so> ;\n"); in gen_plugin_ui_ttl()
597 fprintf(out, "\tlv2:binary <" LSP_ARTIFACT_ID "-lv2.so> ;\n"); in gen_plugin_ttl()
961 fprintf(out, "\tlv2:binary <" LSP_ARTIFACT_ID "-lv2.so> ;\n"); \ in gen_manifest()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/
H A DIWrapper.cpp91 if ((res = path.append_child(LSP_ARTIFACT_ID "-dumps")) != STATUS_OK) in dump_plugin_state()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/files/
H A Dbookmarks.h36 #define LSP_BOOKMARK_PATH LSP_ARTIFACT_ID FILE_SEPARATOR_S "bookmarks.json"
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A DCtlPluginWindow.cpp126 pWnd->set_class(meta->lv2_uid, LSP_ARTIFACT_ID); in init()
924 *prefix, LSP_ARTIFACT_ID, meta->lv2_uid in slot_show_plugin_manual()
958 path.fmt("%s/doc/%s/html/constrols.html", *prefix, LSP_ARTIFACT_ID); in slot_show_ui_manual()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/
H A Dplugin_ui.cpp1276 res = cfg.append_child(LSP_ARTIFACT_ID); in open_config_file()
1280 res = cfg.append_child(LSP_ARTIFACT_ID ".cfg"); in open_config_file()