fix CLAP features macro

This commit is contained in:
Gordon JC Pearce 2025-12-31 21:18:21 +00:00
parent 9f86360611
commit 2ebf7fac1c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#define DISTRHO_PLUGIN_URI "https://gjcp.net/plugins/peacock" #define DISTRHO_PLUGIN_URI "https://gjcp.net/plugins/peacock"
#define DISTRHO_PLUGIN_CLAP_ID "net.gjcp.peacock" #define DISTRHO_PLUGIN_CLAP_ID "net.gjcp.peacock"
#define DISTRHO_PLUGIN_CLAP_FEATURES "instrument,synthesizer,stereo" #define DISTRHO_PLUGIN_CLAP_FEATURES "instrument","synthesizer","stereo"
#define DISTRHO_PLUGIN_BRAND_ID GJCP #define DISTRHO_PLUGIN_BRAND_ID GJCP
#define DISTRHO_PLUGIN_UNIQUE_ID Pfau #define DISTRHO_PLUGIN_UNIQUE_ID Pfau