Skip to content

Commit 9cafccb

Browse files
committed
Added macro for generating CLAP plugin UID
1 parent 8324065 commit 9cafccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/lsp-plug.in/shared/meta/developers.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#define LSP_LV2_URI(id) LSP_BASE_URI "plugins/lv2/" id
3232
#define LSP_LADSPA_URI(id) LSP_BASE_URI "plugins/ladspa/" id
3333
#define LSP_LV2UI_URI(id) LSP_BASE_URI "ui/lv2/" id
34+
#define LSP_CLAP_URI(id) LSP_BASE_URI "plugins/clap/" id
3435

3536
// LADSPA identifier allocation
3637
#define LSP_LADSPA_PHASE_DETECTOR_BASE (LSP_LADSPA_BASE + 0)

0 commit comments

Comments
 (0)