File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 178
178
*/
179
179
#define DISTRHO_UI_URI DISTRHO_PLUGIN_URI "#UI"
180
180
181
+ /**
182
+ A 4-character symbol that identifies a brand or manufacturer, with at least one non-lower case character.
183
+ Plugins from the same brand should use the same symbol.
184
+ @note This macro is required when building AU plugins, and used for VST3 if present
185
+ @note Setting this macro will change the uid of a VST3 plugin.
186
+ If you already released a DPF-based VST3 plugin make sure to also enable DPF_VST3_DONT_USE_BRAND_ID
187
+ */
188
+ #define DISTRHO_PLUGIN_BRAND_ID Dstr
189
+
190
+ /**
191
+ A 4-character symbol which identifies a plugin.
192
+ It must be unique within at least a set of plugins from the brand.
193
+ @note This macro is required when building AU plugins
194
+ */
195
+ #define DISTRHO_PLUGIN_UNIQUE_ID lvgl
196
+
181
197
/**
182
198
Custom LV2 category for the plugin.@n
183
199
This is a single string, and can be one of the following values:
You can’t perform that action at this time.
0 commit comments