Add a missing category feature to the sine example
This commit is contained in:
parent
161c97bb28
commit
32957c222f
|
@ -202,6 +202,7 @@ impl ClapPlugin for Sine {
|
|||
const CLAP_MANUAL_URL: Option<&'static str> = Some(Self::URL);
|
||||
const CLAP_SUPPORT_URL: Option<&'static str> = None;
|
||||
const CLAP_FEATURES: &'static [ClapFeature] = &[
|
||||
ClapFeature::Instrument,
|
||||
ClapFeature::Synthesizer,
|
||||
ClapFeature::Stereo,
|
||||
ClapFeature::Mono,
|
||||
|
|
Loading…
Reference in a new issue