We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e10fd1 commit eb97394Copy full SHA for eb97394
1 file changed
src/main/meta/plugin_template.cpp
@@ -109,6 +109,8 @@ namespace lsp
109
LSP_LV2_URI("plugin_template_mono"),
110
LSP_LV2UI_URI("plugin_template_mono"),
111
"xxxx", // TODO: fill valid VST2 ID (4 letters/digits)
112
+ LSP_VST3_UID("ps1m xxxx"),
113
+ LSP_VST3UI_UID("ps1m xxxx"),
114
1, // TODO: fill valid LADSPA identifier (positive decimal integer)
115
LSP_LADSPA_URI("plugin_template_mono"),
116
LSP_CLAP_URI("plugin_template_mono"),
@@ -134,6 +136,8 @@ namespace lsp
134
136
LSP_LV2_URI("plugin_template_stereo"),
135
137
LSP_LV2UI_URI("plugin_template_stereo"),
138
"yyyy", // TODO: fill valid VST2 ID (4 letters/digits)
139
+ LSP_VST3_UID("ps1s yyyy"),
140
+ LSP_VST3UI_UID("ps1s yyyy"),
141
2, // TODO: fill valid LADSPA identifier (positive decimal integer)
142
LSP_LADSPA_URI("plugin_template_stereo"),
143
LSP_CLAP_URI("plugin_template_stereo"),
0 commit comments