fix CLAP features macro
This commit is contained in:
parent
9f86360611
commit
2ebf7fac1c
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue