Skip to content

Commit

Permalink
fix: CLAP id
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Nov 13, 2024
1 parent f085346 commit 4f6d61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/adt/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// See https://lv2plug.in/book/#_manifest_ttl_in
#define DISTRHO_PLUGIN_URI "https://chrisarndt.de/plugins/adt"
// The plugin id when exporting in CLAP format, should be in reverse URI form
#define DISTRHO_PLUGIN_CLAP_ID "chrisarndt.de.adt"
#define DISTRHO_PLUGIN_CLAP_ID "de.chrisarndt.adt"

#define DISTRHO_PLUGIN_HAS_UI 0
#define DISTRHO_UI_USE_NANOVG 0
Expand Down

0 comments on commit 4f6d61a

Please sign in to comment.