mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
@@ -242,7 +242,9 @@ impl LoudnessWarWinner {
|
||||
|
||||
impl ClapPlugin for LoudnessWarWinner {
|
||||
const CLAP_ID: &'static str = "nl.robbertvanderhelm.loudness-war-winner";
|
||||
const CLAP_DESCRIPTION: &'static str = "Win the loudness war with ease";
|
||||
const CLAP_DESCRIPTION: Option<&'static str> = Some("Win the loudness war with ease");
|
||||
const CLAP_MANUAL_URL: Option<&'static str> = Some(Self::URL);
|
||||
const CLAP_SUPPORT_URL: Option<&'static str> = None;
|
||||
const CLAP_FEATURES: &'static [ClapFeature] = &[
|
||||
ClapFeature::AudioEffect,
|
||||
ClapFeature::Stereo,
|
||||
@@ -252,8 +254,6 @@ impl ClapPlugin for LoudnessWarWinner {
|
||||
ClapFeature::Utility,
|
||||
ClapFeature::Custom("pain"),
|
||||
];
|
||||
const CLAP_MANUAL_URL: &'static str = Self::URL;
|
||||
const CLAP_SUPPORT_URL: &'static str = Self::URL;
|
||||
}
|
||||
|
||||
impl Vst3Plugin for LoudnessWarWinner {
|
||||
|
||||
Reference in New Issue
Block a user