Browse Source

Fix typo

Signed-off-by: falkTX <falktx@falktx.com>
gh-pages
falkTX 1 year ago
parent
commit
3b225396b3
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      DistrhoInfo_8hpp_source.html
  2. +1
    -1
      group__PluginMacros.html

+ 1
- 1
DistrhoInfo_8hpp_source.html View File

@@ -750,7 +750,7 @@ $(function() {
<div class="line"><a name="l00679"></a><span class="lineno"> 679</span>&#160;<span class="comment"> Plugins from the same brand should use the same symbol.</span></div> <div class="line"><a name="l00679"></a><span class="lineno"> 679</span>&#160;<span class="comment"> Plugins from the same brand should use the same symbol.</span></div>
<div class="line"><a name="l00680"></a><span class="lineno"> 680</span>&#160;<span class="comment"> @note This macro is required when building AU plugins, and used for VST3 if present</span></div> <div class="line"><a name="l00680"></a><span class="lineno"> 680</span>&#160;<span class="comment"> @note This macro is required when building AU plugins, and used for VST3 if present</span></div>
<div class="line"><a name="l00681"></a><span class="lineno"> 681</span>&#160;<span class="comment"> @note Setting this macro will change the uid of a VST3 plugin.</span></div> <div class="line"><a name="l00681"></a><span class="lineno"> 681</span>&#160;<span class="comment"> @note Setting this macro will change the uid of a VST3 plugin.</span></div>
<div class="line"><a name="l00682"></a><span class="lineno"> 682</span>&#160;<span class="comment"> If you already released a DPF-based VST3 plugin make sure to also enable DISTRHO_PLUGIN_VST3_OLD_ID_COMPAT</span></div>
<div class="line"><a name="l00682"></a><span class="lineno"> 682</span>&#160;<span class="comment"> If you already released a DPF-based VST3 plugin make sure to also enable DPF_VST3_DONT_USE_BRAND_ID</span></div>
<div class="line"><a name="l00683"></a><span class="lineno"> 683</span>&#160;<span class="comment"> */</span></div> <div class="line"><a name="l00683"></a><span class="lineno"> 683</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00684"></a><span class="lineno"><a class="line" href="group__PluginMacros.html#ga9c9caf7e3376c9235c3529dbc612a964"> 684</a></span>&#160;<span class="preprocessor">#define DISTRHO_PLUGIN_BRAND_ID Dstr</span></div> <div class="line"><a name="l00684"></a><span class="lineno"><a class="line" href="group__PluginMacros.html#ga9c9caf7e3376c9235c3529dbc612a964"> 684</a></span>&#160;<span class="preprocessor">#define DISTRHO_PLUGIN_BRAND_ID Dstr</span></div>
<div class="line"><a name="l00685"></a><span class="lineno"> 685</span>&#160;<span class="comment"></span> </div> <div class="line"><a name="l00685"></a><span class="lineno"> 685</span>&#160;<span class="comment"></span> </div>


+ 1
- 1
group__PluginMacros.html View File

@@ -600,7 +600,7 @@ This is a 4-character symbol, automatically set by DPF based on other plugin mac
<p>A 4-character symbol that identifies a brand or manufacturer, with at least one non-lower case character.<br /> <p>A 4-character symbol that identifies a brand or manufacturer, with at least one non-lower case character.<br />
Plugins from the same brand should use the same symbol. </p><dl class="section note"><dt>Note</dt><dd>This macro is required when building AU plugins, and used for VST3 if present </dd> Plugins from the same brand should use the same symbol. </p><dl class="section note"><dt>Note</dt><dd>This macro is required when building AU plugins, and used for VST3 if present </dd>
<dd> <dd>
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 </dd></dl>
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 </dd></dl>


</div> </div>
</div> </div>


Loading…
Cancel
Save