Fix Gain GUI CLAP identifier
This commit is contained in:
parent
02a6b99308
commit
0666743cc7
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue