diff --git a/plugins/examples/sine/src/lib.rs b/plugins/examples/sine/src/lib.rs index aa60ae86..bf0d6e6e 100644 --- a/plugins/examples/sine/src/lib.rs +++ b/plugins/examples/sine/src/lib.rs @@ -197,7 +197,7 @@ impl ClapPlugin for 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_FEATURES: &'static [ClapFeature] = &[ - ClapFeature::AudioEffect, + ClapFeature::Synthesizer, ClapFeature::Stereo, ClapFeature::Mono, ClapFeature::Utility,