Browse Source

Put CairoUI's metadata in consistency with the rest of examples

Signed-off-by: falkTX <falktx@gmail.com>
pull/169/head
falkTX 5 years ago
parent
commit
f609e5c3a1
Signed by: falkTX <falktx@gmail.com> GPG Key ID: 2D3445A829213837
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      examples/CairoUI/DistrhoPluginInfo.h

+ 2
- 2
examples/CairoUI/DistrhoPluginInfo.h View File

@@ -19,7 +19,7 @@
This is used to identify your plugin before a Plugin instance can be created.
@note This macro is required.
*/
#define DISTRHO_PLUGIN_NAME "Cairo DPF example"
#define DISTRHO_PLUGIN_NAME "CairoUI"

/**
Number of audio inputs the plugin has.
@@ -37,7 +37,7 @@
The plugin URI when exporting in LV2 format.
@note This macro is required.
*/
#define DISTRHO_PLUGIN_URI "urn:jpcima:cairo-dpf-example"
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/examples/CairoUI"

/**
Wherever the plugin has a custom %UI.


Loading…
Cancel
Save