Fix the sine test tone CLAP category
This commit is contained in:
parent
f309f39982
commit
29e9d620ca
|
@ -197,7 +197,7 @@ impl ClapPlugin for Sine {
|
||||||
const CLAP_ID: &'static str = "com.moist-plugins-gmbh.sine";
|
const CLAP_ID: &'static str = "com.moist-plugins-gmbh.sine";
|
||||||
const CLAP_DESCRIPTION: &'static str = "An optionally MIDI controlled sine test tone";
|
const CLAP_DESCRIPTION: &'static str = "An optionally MIDI controlled sine test tone";
|
||||||
const CLAP_FEATURES: &'static [ClapFeature] = &[
|
const CLAP_FEATURES: &'static [ClapFeature] = &[
|
||||||
ClapFeature::AudioEffect,
|
ClapFeature::Synthesizer,
|
||||||
ClapFeature::Stereo,
|
ClapFeature::Stereo,
|
||||||
ClapFeature::Mono,
|
ClapFeature::Mono,
|
||||||
ClapFeature::Utility,
|
ClapFeature::Utility,
|
||||||
|
|
Loading…
Reference in a new issue