1
0
Fork 0

Fix Gain GUI CLAP identifier

This commit is contained in:
Robbert van der Helm 2022-03-03 21:31:26 +01:00
parent 02a6b99308
commit 0666743cc7

View file

@ -195,7 +195,7 @@ impl Plugin for Gain {
}
impl ClapPlugin for Gain {
const CLAP_ID: &'static str = "com.moist-plugins-gmbh.gain";
const CLAP_ID: &'static str = "com.moist-plugins-gmbh.gain-gui";
const CLAP_DESCRIPTION: &'static str = "A smoothed gain parameter example plugin";
const CLAP_FEATURES: &'static [&'static str] = &["audio_effect", "mono", "stereo", "tool"];
const CLAP_MANUAL_URL: &'static str = Self::URL;