Skip to content

Commit

Permalink
Fix incorrect CLAP categories #38
Browse files Browse the repository at this point in the history
  • Loading branch information
ardura committed May 6, 2024
1 parent 6242f4f commit 6a8aba5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10044,10 +10044,8 @@ impl ClapPlugin for Actuate {
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,
ClapFeature::Mono,
ClapFeature::Utility,
ClapFeature::Instrument,
ClapFeature::Sampler,
];
}

Expand Down

0 comments on commit 6a8aba5

Please sign in to comment.