Skip to content

Commit eb97394

Browse files
committed
Added VST3 plugin unique identifiers
1 parent 6e10fd1 commit eb97394

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/main/meta/plugin_template.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ namespace lsp
109109
LSP_LV2_URI("plugin_template_mono"),
110110
LSP_LV2UI_URI("plugin_template_mono"),
111111
"xxxx", // TODO: fill valid VST2 ID (4 letters/digits)
112+
LSP_VST3_UID("ps1m xxxx"),
113+
LSP_VST3UI_UID("ps1m xxxx"),
112114
1, // TODO: fill valid LADSPA identifier (positive decimal integer)
113115
LSP_LADSPA_URI("plugin_template_mono"),
114116
LSP_CLAP_URI("plugin_template_mono"),
@@ -134,6 +136,8 @@ namespace lsp
134136
LSP_LV2_URI("plugin_template_stereo"),
135137
LSP_LV2UI_URI("plugin_template_stereo"),
136138
"yyyy", // TODO: fill valid VST2 ID (4 letters/digits)
139+
LSP_VST3_UID("ps1s yyyy"),
140+
LSP_VST3UI_UID("ps1s yyyy"),
137141
2, // TODO: fill valid LADSPA identifier (positive decimal integer)
138142
LSP_LADSPA_URI("plugin_template_stereo"),
139143
LSP_CLAP_URI("plugin_template_stereo"),

0 commit comments

Comments
 (0)