From 3b225396b316cc7e48b5dcb98a2242aef1cf679b Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 1 Mar 2024 14:25:51 +0100 Subject: [PATCH] Fix typo Signed-off-by: falkTX --- DistrhoInfo_8hpp_source.html | 2 +- group__PluginMacros.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DistrhoInfo_8hpp_source.html b/DistrhoInfo_8hpp_source.html index af0dbc72..5bed8616 100644 --- a/DistrhoInfo_8hpp_source.html +++ b/DistrhoInfo_8hpp_source.html @@ -750,7 +750,7 @@ $(function() {
679  Plugins from the same brand should use the same symbol.
680  @note This macro is required when building AU plugins, and used for VST3 if present
681  @note Setting this macro will change the uid of a VST3 plugin.
-
682  If you already released a DPF-based VST3 plugin make sure to also enable DISTRHO_PLUGIN_VST3_OLD_ID_COMPAT
+
682  If you already released a DPF-based VST3 plugin make sure to also enable DPF_VST3_DONT_USE_BRAND_ID
683  */
684 #define DISTRHO_PLUGIN_BRAND_ID Dstr
685 
diff --git a/group__PluginMacros.html b/group__PluginMacros.html index 1be1a186..c0641575 100644 --- a/group__PluginMacros.html +++ b/group__PluginMacros.html @@ -600,7 +600,7 @@ This is a 4-character symbol, automatically set by DPF based on other plugin mac

A 4-character symbol that identifies a brand or manufacturer, with at least one non-lower case character.
Plugins from the same brand should use the same symbol.

Note
This macro is required when building AU plugins, and used for VST3 if present
-Setting this macro will change the uid of a VST3 plugin. If you already released a DPF-based VST3 plugin make sure to also enable DISTRHO_PLUGIN_VST3_OLD_ID_COMPAT
+Setting this macro will change the uid of a VST3 plugin. If you already released a DPF-based VST3 plugin make sure to also enable DPF_VST3_DONT_USE_BRAND_ID