Skip to content

Commit 9c70b3b

Browse files
committed
Fix AU builds
Signed-off-by: falkTX <[email protected]>
1 parent 49c13c5 commit 9c70b3b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/DistrhoPluginInfo.h

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,22 @@
178178
*/
179179
#define DISTRHO_UI_URI DISTRHO_PLUGIN_URI "#UI"
180180

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+
181197
/**
182198
Custom LV2 category for the plugin.@n
183199
This is a single string, and can be one of the following values:

0 commit comments

Comments
 (0)