From 2ebf7fac1cb8a47db8124a114dd913fedd0013ec Mon Sep 17 00:00:00 2001 From: Gordon JC Pearce Date: Wed, 31 Dec 2025 21:18:21 +0000 Subject: [PATCH] fix CLAP features macro --- plugin/DistrhoPluginInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/DistrhoPluginInfo.h b/plugin/DistrhoPluginInfo.h index 665722b..885f07e 100644 --- a/plugin/DistrhoPluginInfo.h +++ b/plugin/DistrhoPluginInfo.h @@ -24,7 +24,7 @@ #define DISTRHO_PLUGIN_URI "https://gjcp.net/plugins/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_UNIQUE_ID Pfau